From 0c71feb0363b337152f11e301303f85f9621c148 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 08:55:31 +0200 Subject: Add modularized version --- libmformat/tests/build/.gitignore | 1 + libmformat/tests/build/bootstrap.build | 5 +++++ libmformat/tests/build/root.build | 13 +++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 libmformat/tests/build/.gitignore create mode 100644 libmformat/tests/build/bootstrap.build create mode 100644 libmformat/tests/build/root.build (limited to 'libmformat/tests/build') diff --git a/libmformat/tests/build/.gitignore b/libmformat/tests/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/libmformat/tests/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/libmformat/tests/build/bootstrap.build b/libmformat/tests/build/bootstrap.build new file mode 100644 index 0000000..2c2de24 --- /dev/null +++ b/libmformat/tests/build/bootstrap.build @@ -0,0 +1,5 @@ +project = # Unnamed subproject. + +using config +using dist +using test diff --git a/libmformat/tests/build/root.build b/libmformat/tests/build/root.build new file mode 100644 index 0000000..58dffed --- /dev/null +++ b/libmformat/tests/build/root.build @@ -0,0 +1,13 @@ +cxx.std = experimental + +using cxx + +cxx{*}: extension = cxx + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1