From 1bb564a690e2661094e9071d4003638390a5a6fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Feb 2018 12:02:32 +0200 Subject: Fix test and install rules to handle see-through groups correctly --- old-tests/cli/simple/build/bootstrap.build | 3 +++ old-tests/cli/simple/buildfile | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'old-tests') diff --git a/old-tests/cli/simple/build/bootstrap.build b/old-tests/cli/simple/build/bootstrap.build index 2c116c9..40e30ac 100644 --- a/old-tests/cli/simple/build/bootstrap.build +++ b/old-tests/cli/simple/build/bootstrap.build @@ -1,3 +1,6 @@ project = cli-simple +version = 1.0.0 amalgamation = # Disabled. using config +using install +using test diff --git a/old-tests/cli/simple/buildfile b/old-tests/cli/simple/buildfile index ddbf27c..5aa86a9 100644 --- a/old-tests/cli/simple/buildfile +++ b/old-tests/cli/simple/buildfile @@ -8,8 +8,10 @@ cxx.poptions += "-I$out_root" using cli -exe{driver}: cxx{driver} cxx{test} -cxx{test} hxx{test}: cli{test} +#exe{driver}: cxx{driver} cxx{test} +#cxx{test} hxx{test}: cli{test} -#exe{driver}: cxx{driver} cli.cxx{test} -#cli.cxx{test}: cli{test} +exe{driver}: cxx{driver} cli.cxx{test} +#exe{driver}: cxx{driver} lib{test} +#lib{test}: cli.cxx{test} +cli.cxx{test}: cli{test} -- cgit v1.1