aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler')
-rw-r--r--tests/compiler/buildfile7
-rw-r--r--tests/compiler/cxx-indenter/buildfile2
-rw-r--r--tests/compiler/sloc-counter/buildfile2
-rw-r--r--tests/compiler/traversal/buildfile2
4 files changed, 3 insertions, 10 deletions
diff --git a/tests/compiler/buildfile b/tests/compiler/buildfile
deleted file mode 100644
index 8d756ad..0000000
--- a/tests/compiler/buildfile
+++ /dev/null
@@ -1,7 +0,0 @@
-# file : tests/compiler/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
-# license : MIT; see accompanying LICENSE file
-
-d = cxx-indenter/ sloc-counter/ traversal/
-./: $d
-include $d
diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile
index f764b10..722e050 100644
--- a/tests/compiler/cxx-indenter/buildfile
+++ b/tests/compiler/cxx-indenter/buildfile
@@ -4,5 +4,5 @@
import libs = libcutl%lib{cutl}
-exe{driver}: cxx{driver} $libs
+exe{driver}: {hxx cxx}{*} $libs
exe{driver}: test.output = output.std
diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile
index c149abf..4cb7c09 100644
--- a/tests/compiler/sloc-counter/buildfile
+++ b/tests/compiler/sloc-counter/buildfile
@@ -4,4 +4,4 @@
import libs = libcutl%lib{cutl}
-exe{driver}: cxx{driver} $libs test{testscript}
+exe{driver}: {hxx cxx}{* -test} $libs test{testscript}
diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile
index f859036..791a74b 100644
--- a/tests/compiler/traversal/buildfile
+++ b/tests/compiler/traversal/buildfile
@@ -4,5 +4,5 @@
import libs = libcutl%lib{cutl}
-exe{driver}: cxx{driver} $libs
+exe{driver}: {hxx cxx}{*} $libs
exe{driver}: test.output = output.std