summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88c4016..93cf846 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ clean:
@cd $(PRGDIR); $(MAKE) clean > $(VOID)
@cd $(LZ4DIR); $(MAKE) clean > $(VOID)
@cd examples; $(MAKE) clean > $(VOID)
+ @cd test; $(MAKE) clean > $(VOID)
@echo Cleaning completed
@@ -113,6 +114,9 @@ armtest: clean
cd lib; $(MAKE) -e all CC=arm-linux-gnueabi-gcc CPPFLAGS="-Werror"
cd programs; $(MAKE) -e bins CC=arm-linux-gnueabi-gcc CPPFLAGS="-Werror"
+versionstest: clean
+ @cd test; $(MAKE) -e versionstest
+
streaming-examples:
cd examples; $(MAKE) -e test