diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-03 17:11:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-03 17:11:56 +0200 |
commit | 398bea3c765b031540bd17841c71825dcb7b62c7 (patch) | |
tree | 5893e4cbe74cd0974b23bf46addf5b2155b554a6 /build | |
parent | fccc41f63b78202d29f3f13b557166b931b4b520 (diff) |
Add test, install support
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 0cf21db..bb0cfe1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,2 +1,6 @@ project = hello0 + using config +using test +using install + |