Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / rules.mk
index eed0fe5093ea0aa32cb95186c281c6ab27562a8f..e25d7359e2e7f44284a438b35a4b258670e05cb6 100644 (file)
@@ -62,7 +62,7 @@ tags:
 
 # Run testsuite
 .PHONY: check
-check: $(OUTDIR)/libunittest.a
+check: 
        $L "Running testsuite"
        $Q test/run_tests.sh
 
@@ -284,8 +284,8 @@ $$(OUTDIR)/$(1).rom: $$(OUTDIR)/$(1).elf
 
 endef
 
-# Generate build rules for all targets and libunittest
-$(foreach t,$(TRG) libunittest,$(eval $(call build_target,$(t))))
+# Generate build rules for all targets
+$(foreach t,$(TRG),$(eval $(call build_target,$(t))))
 
 # Generate Qt's moc files from headers
 # NOTE: moc totally sucks and can generate empty files for some error conditions,