[Scummvm-cvs-logs] SF.net SVN: scummvm: [21494] scummvm/trunk/test/module.mk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Mar 29 03:06:28 CEST 2006


Revision: 21494
Author:   fingolfin
Date:     2006-03-29 03:05:38 -0800 (Wed, 29 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21494&view=rev

Log Message:
-----------
Cleanup test code in our 'clean' target

Modified Paths:
--------------
    scummvm/trunk/test/module.mk
Modified: scummvm/trunk/test/module.mk
===================================================================
--- scummvm/trunk/test/module.mk	2006-03-29 11:01:29 UTC (rev 21493)
+++ scummvm/trunk/test/module.mk	2006-03-29 11:05:38 UTC (rev 21494)
@@ -26,4 +26,9 @@
 test/runner.cpp: $(TESTS)
 	test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
 
-.PHONY: test
+
+clean: clean-test
+clean-test:
+	-$(RM) test/runner.cpp test/runner
+
+.PHONY: test clean-test


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list