Makefile

Jamey Sharp jamey at gabe.freedesktop.org
Mon Oct 31 17:23:36 PST 2005


Update of /cvs/xtest/xtest/xts5
In directory gabe:/tmp/cvs-serv6472

Modified Files:
	Makefile 
Log Message:
Add a target for compiling the tests, and include it in make all.

Index: Makefile
===================================================================
RCS file: /cvs/xtest/xtest/xts5/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	1 Nov 2005 00:41:26 -0000	1.4
+++ Makefile	1 Nov 2005 01:23:34 -0000	1.5
@@ -33,6 +33,9 @@
 #
 # Modifications:
 # $Log$
+# Revision 1.5  2005/11/01 01:23:34  jamey
+# Add a target for compiling the tests, and include it in make all.
+#
 # Revision 1.4  2005/11/01 00:41:26  jamey
 # Copy tetbuild.cfg from the configs directory if possible and needed; cvsignore output from make build.
 #
@@ -131,7 +134,7 @@
 
 .IGNORE:
 
-all: build install
+all: build install tests
 
 build: tetbuild.cfg
 	chmod ugo+x bin/wbuild
@@ -176,6 +179,9 @@
 tetbuild.cfg:
 	cp configs/tetbuild.cfg.`uname` tetbuild.cfg
 
+tests:
+	tcc -b
+
 install:
 	@(echo Setting 775 directory permissions |tee -a $(TET_ROOT)/vsw5/results/install.log)
 	@(find . -type d -print | xargs chmod 775)



More information about the xorg-test-commit mailing list