summaryrefslogtreecommitdiff
path: root/unit-tests/parser/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 01:35:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-22 18:52:21 +0300
commitd52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (patch)
tree89236d3dcdf6245c75d761fde09040d9d2a56480 /unit-tests/parser/buildfile
parentbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (diff)
Add support for build2 for tests and examples
Diffstat (limited to 'unit-tests/parser/buildfile')
-rw-r--r--unit-tests/parser/buildfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile
new file mode 100644
index 0000000..c7a2b59
--- /dev/null
+++ b/unit-tests/parser/buildfile
@@ -0,0 +1,14 @@
+# file : unit-tests/parser/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+#@@ Temporary until we get utility library support.
+#
+import libs = libcutl%lib{cutl}
+src = lexer parser \
+semantics/{class elements expression namespace option unit} \
+traversal/{class elements namespace option unit}
+
+exe{driver}: cxx{driver} ../../cli/cxx{$src} $libs test{testscript}
+
+include ../../cli/