aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/lexer/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/lexer/buildfile')
-rw-r--r--unit-tests/test/script/lexer/buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile
new file mode 100644
index 0000000..f67f9b3
--- /dev/null
+++ b/unit-tests/test/script/lexer/buildfile
@@ -0,0 +1,12 @@
+# file : unit-tests/test/script/buildfile
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+#@@ Temporary until we get utility library support.
+#
+import libs = libbutl%lib{butl}
+src = token lexer diagnostics utility variable name test/script/{token lexer}
+
+exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs test{script-line}
+
+include ../../../../build2/