[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Apr 6 11:04:02 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.5 -> 1.6
---
Log message:
Added hbd (Homebrew Decompiler) to the list of tests run on Linux.
It should work on other platforms; I just haven't tested it yet.
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.5 llvm/test/Programs/MultiSource/Applications/Makefile:1.6
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.5 Tue Mar 9 13:33:09 2004
+++ llvm/test/Programs/MultiSource/Applications/Makefile Tue Apr 6 11:03:17 2004
@@ -5,5 +5,8 @@
include $(LEVEL)/Makefile.config
PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d
+ifeq ($(OS),Linux)
+PARALLEL_DIRS += hbd
+endif
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list