diff options
Diffstat (limited to 'build2/cxx-modules/modtest/build')
-rw-r--r-- | build2/cxx-modules/modtest/build/bootstrap.build | 10 | ||||
-rw-r--r-- | build2/cxx-modules/modtest/build/root.build | 16 |
2 files changed, 26 insertions, 0 deletions
diff --git a/build2/cxx-modules/modtest/build/bootstrap.build b/build2/cxx-modules/modtest/build/bootstrap.build new file mode 100644 index 0000000..0c03d81 --- /dev/null +++ b/build2/cxx-modules/modtest/build/bootstrap.build @@ -0,0 +1,10 @@ +# file : build/bootstrap.build +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +project = modtest + +using build@0.4.0 + +using config +using test diff --git a/build2/cxx-modules/modtest/build/root.build b/build2/cxx-modules/modtest/build/root.build new file mode 100644 index 0000000..7c4d659 --- /dev/null +++ b/build2/cxx-modules/modtest/build/root.build @@ -0,0 +1,16 @@ +# file : build/root.build +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +cxx.std = 14 + +using cxx + +hxx{*}: extension = +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx + +# All exe{} are, well, tests. +# +exe{*}: test = true |