Add test case plus make changes so test case runs
[satune.git] / src / Makefile
index 1c4d358a65080ad4ea14edd08d614f9bac9b653e..35468a08a24ab9c3dc1e1c3f3c1d32a3712f4653 100644 (file)
@@ -37,6 +37,9 @@ ${OBJ_DIR}:
 debug: CFLAGS += -DCONFIG_DEBUG
 debug: all
 
+test: all
+       make -C Test
+
 PHONY += docs
 docs: $(C_SOURCES) $(HEADERS)
        doxygen