diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 09:51:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 14:52:43 +0200 |
commit | 68f96f9213e849d0d7c4cedf3edeaec99743ee27 (patch) | |
tree | 271913d74c906971cac555319f5e14d0c66e0c16 /tests | |
parent | 0d5234f4aefd3cc5b5948cc1b9dd009e50046f5e (diff) |
New variable architecture
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 |