summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-11-28 17:03:36 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-11-28 17:03:36 (GMT)
commit5c09b82c85430839afbd7d89f00ff697aec9ff77 (patch)
treea1692460be2c5303b28788e298ff235eb12d5d40 /test
parenta6313d4ab2005196f376870c9ca945c691948416 (diff)
parentf4d85738edfe5fb03dca8615ae9f1b5d994c9324 (diff)
downloaduscxml-5c09b82c85430839afbd7d89f00ff697aec9ff77.zip
uscxml-5c09b82c85430839afbd7d89f00ff697aec9ff77.tar.gz
uscxml-5c09b82c85430839afbd7d89f00ff697aec9ff77.tar.bz2
Merge branch 'master' of github.com:tklab-tud/uscxml
Diffstat (limited to 'test')
-rwxr-xr-xtest/w3c/create-test-table.pl22
1 files changed, 13 insertions, 9 deletions
diff --git a/test/w3c/create-test-table.pl b/test/w3c/create-test-table.pl
index feda8a0..3535407 100755
--- a/test/w3c/create-test-table.pl
+++ b/test/w3c/create-test-table.pl
@@ -9,24 +9,28 @@ use Cwd 'abs_path';
my $ctest = 'ctest'; # we assume it to be in the path
-my $possibleBuildDir = shift | "../../build/cli";
+my $possibleBuildDir = "../../build/cli";
+if (@ARGV>0) {
+ $possibleBuildDir = $ARGV[0];
+}
+#print $possibleBuildDir;
chdir dirname(abs_path($0)) or die($!);
my $manifest = XMLin("manifest.xml");
-if (-d $possibleBuildDir) {
+#if (-d $possibleBuildDir) {
chdir $possibleBuildDir or die($!);
-}
+#}
my %testClasses = (
'w3c/ecma' => 'ECMA',
-'w3c/lua' => 'Lua',
-'w3c/namespace' => 'NS',
-'w3c/promela' => 'Promela',
+#'w3c/lua' => 'Lua',
+#'w3c/namespace' => 'NS',
+#'w3c/promela' => 'Promela',
# 'w3c/c89' => 'C89',
-'w3c/gen/c/ecma' => 'C (ECMA)',
-'w3c/gen/c/lua' => 'C (Lua)',
+#'w3c/gen/c/ecma' => 'C (ECMA)',
+#'w3c/gen/c/lua' => 'C (Lua)',
# 'w3c/binding/java/jexl' => 'JEXL',
-'w3c/spin/promela' => 'Spin'
+#'w3c/spin/promela' => 'Spin'
);
my %specClass = (