From 0a049bbda4796c685e91e86ba1e3b868e4cabead Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 16:47:33 +0200 Subject: Update for new build2 --- build/bootstrap.build | 1 + build/root.build | 12 ++++++++++++ 2 files changed, 13 insertions(+) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index 0fff8ad..4c443a9 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,3 +4,4 @@ project = libbpkg using config +using test diff --git a/build/root.build b/build/root.build index 1361f7b..4f10ff1 100644 --- a/build/root.build +++ b/build/root.build @@ -4,4 +4,16 @@ using cxx +hxx.ext = +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx + cxx.std = 14 + +# All exe{} in tests/ are, well, tests. +# +tests/: +{ + test.exe = true +} -- cgit v1.1