From 49d5628e35593a5300d39596286c768d7aa435b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Jul 2015 09:18:22 +0200 Subject: Rework module architecture Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project. --- tests/cli/lib/libtest/build/root.build | 1 - tests/cli/lib/libtest/test/buildfile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/cli') diff --git a/tests/cli/lib/libtest/build/root.build b/tests/cli/lib/libtest/build/root.build index f2f5ca6..4dce48b 100644 --- a/tests/cli/lib/libtest/build/root.build +++ b/tests/cli/lib/libtest/build/root.build @@ -4,4 +4,3 @@ hxx.ext = ixx.ext = ipp cxx.ext = cpp -using cli diff --git a/tests/cli/lib/libtest/test/buildfile b/tests/cli/lib/libtest/test/buildfile index 226e43d..6b0d9bd 100644 --- a/tests/cli/lib/libtest/test/buildfile +++ b/tests/cli/lib/libtest/test/buildfile @@ -1,3 +1,5 @@ +using cli + lib{test}: cxx{utility} cli.cxx{test base} extra/cxx{test} cli.cxx{test}: cli{test} cli.cxx{base}: cli{base} -- cgit v1.1