From 68f96f9213e849d0d7c4cedf3edeaec99743ee27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 09:51:15 +0200 Subject: New variable architecture --- tests/amalgam/config/buildfile | 2 +- tests/amalgam/test/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/amalgam') 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 -- cgit v1.1