From 9c060886adda2886c66b5ade063c2a8bda11cd1e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Oct 2021 22:33:19 +0300 Subject: Release version 1.1.0+8 Mark headers as importable in buildfiles Drop @ from bin.lib.version in libhello/buildfile Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Fortify tests against NDEBUG Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0- --- libhello/tests/basics/driver.cxx | 4 +++- libhello/tests/build/root.build | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'libhello/tests') diff --git a/libhello/tests/basics/driver.cxx b/libhello/tests/basics/driver.cxx index 24c29a1..295c8f6 100644 --- a/libhello/tests/basics/driver.cxx +++ b/libhello/tests/basics/driver.cxx @@ -1,9 +1,11 @@ -#include #include #include #include +#undef NDEBUG +#include + int main () { using namespace std; diff --git a/libhello/tests/build/root.build b/libhello/tests/build/root.build index a67b2fe..8fafbfe 100644 --- a/libhello/tests/build/root.build +++ b/libhello/tests/build/root.build @@ -7,6 +7,10 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx +# Assume headers are importable unless stated otherwise. +# +hxx{*}: cxx.importable = true + # Every exe{} in this subproject is by default a test. # exe{*}: test = true -- cgit v1.1