[llvm-commits] CVS: llvm/test/Programs/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 21 10:25:01 PST 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.31 -> 1.32

---
Log message:

Change to make compatible with other changes


---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.31 llvm/test/Programs/Makefile.programs:1.32
--- llvm/test/Programs/Makefile.programs:1.31	Sun Jan 19 12:15:41 2003
+++ llvm/test/Programs/Makefile.programs	Tue Jan 21 10:24:11 2003
@@ -238,8 +238,8 @@
 
 # AVAILABLE_TESTS - Compute the set of tests available for user help
 #
-TEST_FILES = $(filter-out %~, $(wildcard $(PROGDIR)/Makefile.TEST.*))
-AVAILABLE_TESTS = $(subst $(PROGDIR)/Makefile.TEST.,,$(TEST_FILES))
+TEST_FILES = $(filter-out %~, $(wildcard $(PROGDIR)/TEST.*.Makefile))
+AVAILABLE_TESTS = $(TEST_FILES:$(PROGDIR)/TEST.%.Makefile=%)
 
 # If they just say 'make test' then we print out an error telling the user to
 # specify a TEST= option.





More information about the llvm-commits mailing list