tetbuild.cfg.Linux

Ian Romanick idr at gabe.freedesktop.org
Mon Oct 31 17:38:07 PST 2005


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

Modified Files:
	tetbuild.cfg.Linux 
Log Message:
Numerous changes to eliminate the need for wclean.  It is replaced by doing
'wbuild clean'.  tetclean.cfg will soon get the axe as well.


Index: tetbuild.cfg.Linux
===================================================================
RCS file: /cvs/xtest/xtest/xts5/configs/tetbuild.cfg.Linux,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tetbuild.cfg.Linux	6 Jul 2005 05:55:50 -0000	1.6
+++ tetbuild.cfg.Linux	1 Nov 2005 01:38:05 -0000	1.7
@@ -26,49 +26,10 @@
 #
 # Project:     VSW5
 #
-# File:        tetbuild.cfg/tetclean/cfg
+# File:        tetbuild.cfg/tetclean.cfg
 #
 # Description:
 #       Build/clean configuration file for VSW5
-#
-# Modifications:
-# $Log$
-# Revision 1.6  2005/07/06 05:55:50  anderson
-# Get TET_ROOT from the env where it can be more easily set
-#
-# Revision 1.5  2005/04/19 04:45:44  anderson
-# s/vsw5/xts5/
-#
-# Revision 1.4  2005/04/19 04:24:53  anderson
-# Remove some personal settings
-#
-# Revision 1.3  2005/03/04 19:38:55  anderson
-# Passing GNU_SOURCE so we see caddr_t
-#
-# Revision 8.0  1998/12/23 23:39:35  mar
-# Branch point for Release 5.0.2
-#
-# Revision 7.0  1998/10/30 23:02:43  mar
-# Branch point for Release 5.0.2b1
-#
-# Revision 6.0  1998/03/02 05:30:35  tbr
-# Branch point for Release 5.0.1
-#
-# Revision 5.0  1998/01/26 03:27:09  tbr
-# Branch point for Release 5.0.1b1
-#
-# Revision 4.2  1998/01/22 01:28:18  tbr
-# Changes necessary to compile tests that genrate .dat files
-#
-# Revision 4.1  1997/10/26 22:35:22  andy
-# Editorial
-#
-# Revision 4.0  1995/12/15  09:25:58  tbr
-# Branch point for Release 5.0.0
-#
-# Revision 3.1  1995/12/15  00:33:05  andy
-# Prepare for GA Release
-#
 
 # Portions of this software are based on Xlib and X Protocol Test Suite.
 # We have used this material under the terms of its copyright, which grants
@@ -140,11 +101,11 @@
 # TET_CLEAN_TOOL - The program to use as the TET clean tool.
 # This should normally be the wclean program supplied as part 
 # of the test suite.
-TET_CLEAN_TOOL=wclean
+TET_CLEAN_TOOL=wbuild
 
 # TET_CLEAN_FILE - This is intended to be used for the arguments to the TET
-# clean tool - this should be empty, since no arguments are accepted by wclean.
-TET_CLEAN_FILE=
+# clean tool - this *must* be 'clean'
+TET_CLEAN_FILE=clean
 
 # TET_OUTPUT_CAPTURE - This must be set to True.
 TET_OUTPUT_CAPTURE=TRUE



More information about the xorg-test-commit mailing list