Преглед изворни кода

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

Mike Frysinger пре 18 година
родитељ
комит
c40c7db317
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      test/Test.mak

+ 4 - 0
test/Test.mak

@@ -11,6 +11,10 @@ ifneq ($(TESTS_DISABLED),)
 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)