summaryrefslogtreecommitdiff
path: root/tests/inheritance/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inheritance/buildfile')
-rw-r--r--tests/inheritance/buildfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile
deleted file mode 100644
index f1b72ce..0000000
--- a/tests/inheritance/buildfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# file : tests/inheritance/buildfile
-# license : MIT; see accompanying LICENSE file
-
-exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
-exe{driver}: file{test.std}: test.stdout = true
-exe{driver}: test.arguments = --very-long-flag -s short -i 123 --string long
-
-cxx.poptions =+ "-I$out_base"
-
-cli.cxx{test}: cli{test}
-cli.options = --generate-description --option-length 17