diff options
-rw-r--r-- | buildfile | 4 | ||||
-rw-r--r-- | tests/buildfile | 8 |
2 files changed, 2 insertions, 10 deletions
@@ -2,9 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = butl/ tests/ -./: $d doc{INSTALL LICENSE NEWS README version} file{manifest} -include $d +./: butl/ tests/ doc{INSTALL LICENSE NEWS README version} file{manifest} # Don't install tests or the INSTALL file. # diff --git a/tests/buildfile b/tests/buildfile index 6f5dd03..10e73ec 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,10 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \ - manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \ - process/ sha256/ small-vector/ strcase/ timestamp/ target-triplet/ \ - wildcard/ - -./: $d -include $d +./: */ |