[llvm-commits] [poolalloc] r106479 - /poolalloc/trunk/test/Makefile

Will Dietz wdietz2 at illinois.edu
Mon Jun 21 14:01:58 PDT 2010


Author: wdietz2
Date: Mon Jun 21 16:01:58 2010
New Revision: 106479

URL: http://llvm.org/viewvc/llvm-project?rev=106479&view=rev
Log:
change wording to refer to 'lit tests' instead of the (incorrect) 'unit tests'

Modified:
    poolalloc/trunk/test/Makefile

Modified: poolalloc/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/Makefile?rev=106479&r1=106478&r2=106479&view=diff
==============================================================================
--- poolalloc/trunk/test/Makefile (original)
+++ poolalloc/trunk/test/Makefile Mon Jun 21 16:01:58 2010
@@ -7,8 +7,8 @@
 
 # The default target in this directory is the test:: target
 test::
-#Eventually we'll want to automatically run the dejagnu tests too
-#test:: unit
+#Eventually we'll want to automatically run the lit tests too
+#test:: lit
 
 LEVEL = ..
 include $(LEVEL)/Makefile.common
@@ -321,10 +321,10 @@
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
 
 ##===----------------------------------------------------------------------===##
-# Unit tests
+# Lit tests
 ##===----------------------------------------------------------------------===##
 
-.PHONY: unit
+.PHONY: lit
 
 #Path to 'lit'
 LIT=$(LLVM_SRC_ROOT)/utils/lit/lit.py
@@ -366,8 +366,8 @@
 SETPATH = \
 	PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH):$(PROJ_OBJ_ROOT)/test/tools
 
-#Run the dejagnu tests for this project
-unit: lit.site.cfg $(TOOLS)
+#Run the lit tests for this project
+lit: lit.site.cfg $(TOOLS)
 	$(SETPATH) $(MAKE) -C $(LLVM_OBJ_ROOT)/test check-local-lit TESTSUITE=$(PROJ_OBJ_ROOT)/test
 
 clean::





More information about the llvm-commits mailing list