diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-03 22:02:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-05 17:21:48 +0300 |
commit | e26080c24e6b356a33c4a2a75e800b85e27d536b (patch) | |
tree | ab6876bbc96fc71bfbf1b33a1eacc91f82d1b2cc | |
parent | 66eea6d40b7fd2c12b297f7ce55a62e02f4db291 (diff) |
Distribution, installation fixes
-rw-r--r-- | build2/buildfile | 2 | ||||
-rw-r--r-- | buildfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/build2/buildfile b/build2/buildfile index 351c16f..fabbe71 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -85,7 +85,7 @@ test/script/{hxx cxx}{ builtin } \ test/script/{hxx cxx}{ lexer } \ test/script/{hxx cxx}{ parser } \ test/script/{hxx cxx}{ runner } \ -test/script/{hxx cxx}{ script } \ +test/script/{hxx ixx cxx}{ script } \ test/script/{hxx cxx}{ token } \ $libs @@ -13,5 +13,6 @@ include $d # Don't install tests or the INSTALL file. # -dir{tests/}: install = false -doc{INSTALL}@./: install = false +dir{tests/}: install = false +dir{unit-tests/}: install = false +doc{INSTALL}@./: install = false |