summaryrefslogtreecommitdiff
path: root/libhello/tests/build
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/tests/build')
-rw-r--r--libhello/tests/build/.gitignore7
-rw-r--r--libhello/tests/build/root.build4
2 files changed, 8 insertions, 3 deletions
diff --git a/libhello/tests/build/.gitignore b/libhello/tests/build/.gitignore
index 4a730a3..974e01d 100644
--- a/libhello/tests/build/.gitignore
+++ b/libhello/tests/build/.gitignore
@@ -1,3 +1,4 @@
-config.build
-root/
-bootstrap/
+/config.build
+/root/
+/bootstrap/
+build/
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