blob: c9f94e81550c1c68d59795256d5bbb093c02655b (
plain)
1
2
3
4
5
6
7
8
9
|
all:
# check that test-system itself is functional
# TODO: check that this check is functional? :-D
sh runtest.sh helloworld
# basic output test
sh runtest.sh basic_output
clean:
rm -fv *.out runtest-*.pd
|