[Swift-commit] r3802 - trunk/tests/groups
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Dec 14 15:59:08 CST 2010
Author: wozniak
Date: 2010-12-14 15:59:07 -0600 (Tue, 14 Dec 2010)
New Revision: 3802
Added:
trunk/tests/groups/group-all-local.sh
trunk/tests/groups/group-intrepid.sh
Log:
First example GROUPLIST defn files
Added: trunk/tests/groups/group-all-local.sh
===================================================================
--- trunk/tests/groups/group-all-local.sh (rev 0)
+++ trunk/tests/groups/group-all-local.sh 2010-12-14 21:59:07 UTC (rev 3802)
@@ -0,0 +1,13 @@
+
+# GROUPLIST definition to run all local tests
+
+GROUPLIST=( $TESTDIR/language-behaviour \
+ $TESTDIR/language/working \
+ $TESTDIR/local \
+ $TESTDIR/language/should-not-work \
+ $TESTDIR/cdm \
+ $TESTDIR/cdm/ps \
+ $TESTDIR/cdm/star
+ $TESTDIR/cdm/ps/pinned
+ # $TESTDIR/site/intrepid
+ )
Added: trunk/tests/groups/group-intrepid.sh
===================================================================
--- trunk/tests/groups/group-intrepid.sh (rev 0)
+++ trunk/tests/groups/group-intrepid.sh 2010-12-14 21:59:07 UTC (rev 3802)
@@ -0,0 +1,6 @@
+
+# GROUPLIST definition to run on Intrepid
+
+GROUPLIST=( $TESTDIR/local \
+ $TESTDIR/site/intrepid
+ )
More information about the Swift-commit
mailing list