summaryrefslogtreecommitdiff
path: root/hello/hello/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 18:27:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 18:27:31 +0300
commitdd6a7354d0d035bfb60d9c261284bb6877c0f54e (patch)
tree0cdc70896702eb2e9c8bad9d84e2baafda54ce8b /hello/hello/buildfile
parent1f26385167a25151b5431d6cfe00b88f2fc1f550 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'hello/hello/buildfile')
-rw-r--r--hello/hello/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/hello/buildfile b/hello/hello/buildfile
index 4a510b0..c0e316b 100644
--- a/hello/hello/buildfile
+++ b/hello/hello/buildfile
@@ -1,5 +1,5 @@
import libs = libhello%lib{hello}
-exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript}
+exe{hello}: {hxx ixx txx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_root" "-I$src_root"