[llvm-commits] CVS: llvm/Makefile

Reid Spencer reid at x10sys.com
Sat Apr 14 23:19:16 PDT 2007



Changes in directory llvm:

Makefile updated: 1.71 -> 1.72
---
Log message:

Add a new testing target: check-one. It is used like this:

make check-one TESTONE=test/path/to/test.ll

This runs a single check in exactly the same way that dejagnu runs it.


---
Diffs of the changes:  (+3 -0)

 Makefile |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/Makefile
diff -u llvm/Makefile:1.71 llvm/Makefile:1.72
--- llvm/Makefile:1.71	Thu Mar 29 13:14:00 2007
+++ llvm/Makefile	Sun Apr 15 01:18:50 2007
@@ -113,6 +113,9 @@
 check-llvm2cpp:
 	$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
 
+check-one:
+	$(MAKE) -C test check-one TESTONE=$(TESTONE)
+
 srpm: $(LLVM_OBJ_ROOT)/llvm.spec 
 	rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec
 






More information about the llvm-commits mailing list