blob: 6829119cc9e2d2c17c5fea2e7b435ab64c50e42a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
all:
@# check that test-system itself is functional
@# TODO: check that this check is functional? :-D
@sh runtest.sh helloworld
@# basic output test - outputting correct selector/atoms
@sh runtest.sh basic_output
@# basic input test - dispatching to correct methods
@sh runtest.sh basic_input
clean:
rm -fv *.out runtest-*.pd
|