diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 14:27:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 16:03:31 +0300 |
commit | e6a79e537c9c51bbd835c9d1331871fac26a0fbf (patch) | |
tree | ce1f5de10324206874aaf4a5fb2e342972416f95 /tests/test/config-test/buildfile | |
parent | 6df8d61f7a6fa66299f3fd687dcd174af41262be (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/test/config-test/buildfile')
-rw-r--r-- | tests/test/config-test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile index d86914f..909f8f2 100644 --- a/tests/test/config-test/buildfile +++ b/tests/test/config-test/buildfile @@ -5,6 +5,6 @@ # Test config.test. # -./: test{testscript} exe{driver} $b +./: testscript exe{driver} $b exe{driver}: {hxx cxx}{*} |