diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:44:52 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:44:52 +0000 |
commit | d08fb1df93b9f9585f401b1cf156df627c1cf024 (patch) | |
tree | 6d7f14b267d09cf15c01222f1a2f4641cccb8a75 /tests/Makefile | |
parent | e5d015e9cb8b7394e8391e3bbb4dfbad8732f717 (diff) |
add test for binbuf & atom types
svn path=/trunk/externals/loaders/tclpd/; revision=15792
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 |