# Tests in this directory are only called indirectly via tests/build.sh

include ../../../tela.mak

TESTS := a b.sh dir1 dir2

a: a.c

clean:
	rm -f a
