aboutsummaryrefslogtreecommitdiff
path: root/tests/small-vector/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/small-vector/buildfile')
-rw-r--r--tests/small-vector/buildfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile
new file mode 100644
index 0000000..78d2d06
--- /dev/null
+++ b/tests/small-vector/buildfile
@@ -0,0 +1,8 @@
+# file : tests/small-vector/buildfile
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: cxx{driver} ../../butl/lib{butl}
+exe{driver}: test.arguments = $src_root
+
+include ../../butl/