diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/amalgam/config/buildfile | 2 | ||||
-rw-r--r-- | tests/amalgam/test/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/amalgam/config/buildfile b/tests/amalgam/config/buildfile index 2f01ba3..56f7f9a 100644 --- a/tests/amalgam/config/buildfile +++ b/tests/amalgam/config/buildfile @@ -1,3 +1,3 @@ -d = #t/ #l/ +d = #t/ l/ .: $d include $d diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile index 3fadac3..5440dbf 100644 --- a/tests/amalgam/test/buildfile +++ b/tests/amalgam/test/buildfile @@ -3,6 +3,6 @@ using cxx hxx.ext = hxx cxx.ext = cxx -import libs += amalgam-libtest +import libs = amalgam-libtest%lib{test} exe{driver}: cxx{driver} $libs |