diff options
Diffstat (limited to 'unit-tests/Makefile')
| -rw-r--r-- | unit-tests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unit-tests/Makefile b/unit-tests/Makefile index 24fbfa9..01706a3 100644 --- a/unit-tests/Makefile +++ b/unit-tests/Makefile @@ -21,7 +21,8 @@ demomodule.so : demo.o dmixml.o @echo "Compiling $<" @gcc -fPIC -c $< $(CFLAGS) -test : demomodule.so +#test : demomodule.so +test : @echo "==========================================" @echo " Running proof-of-concept code" @echo "==========================================" @@ -29,5 +30,5 @@ test : demomodule.so @python unit clean : - rm -f demomodule.so *.{py[oc],o} *~ + rm -f *.{py[oc],o,so} *~ |
