aboutsummaryrefslogtreecommitdiff
path: root/tests/optional/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-19 21:19:58 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-26 16:33:27 +0200
commit82b9af71dd5aa3ad6fee808e91e9b1024ebaeafb (patch)
treeaa37c5235b00d5126a3f841b82247b419dc5c46a /tests/optional/buildfile
parentaf85a3694788ca5c9e5a9e6f525e4934ed5eb64c (diff)
Improve std::optional to better deal with lack of copy/move constructors
Diffstat (limited to 'tests/optional/buildfile')
-rw-r--r--tests/optional/buildfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/optional/buildfile b/tests/optional/buildfile
new file mode 100644
index 0000000..68188d7
--- /dev/null
+++ b/tests/optional/buildfile
@@ -0,0 +1,6 @@
+# file : tests/optional/buildfile
+# license : MIT; see accompanying LICENSE file
+
+import libs = libbutl%lib{butl}
+
+exe{driver}: {hxx cxx}{*} $libs