svn commit: trunk/uClibc/test

vapier at uclibc.org vapier at uclibc.org
Tue Feb 28 00:41:12 UTC 2006


Author: vapier
Date: 2006-02-27 16:41:11 -0800 (Mon, 27 Feb 2006)
New Revision: 14328

Log:
fail if test.c is found so i stop screwing myself up

Modified:
   trunk/uClibc/test/Test.mak


Changeset:
Modified: trunk/uClibc/test/Test.mak
===================================================================
--- trunk/uClibc/test/Test.mak	2006-02-28 00:40:28 UTC (rev 14327)
+++ trunk/uClibc/test/Test.mak	2006-02-28 00:41:11 UTC (rev 14328)
@@ -11,6 +11,10 @@
 TESTS := $(filter-out $(TESTS_DISABLED),$(TESTS))
 endif
 
+ifneq ($(filter-out test,$(TESTS)),$(TESTS))
+$(error Sanity check: cannot have a test named "test.c")
+endif
+
 include ../Rules.mak
 
 U_TARGETS := $(TESTS)




More information about the uClibc-cvs mailing list