diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6829119..01ebc9e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,6 +6,8 @@ all: @sh runtest.sh basic_output @# basic input test - dispatching to correct methods @sh runtest.sh basic_input + @# atoms conversion test & binbuf retrieval + @sh runtest.sh binbuf clean: rm -fv *.out runtest-*.pd |