diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-11 13:41:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-11 13:41:58 +0200 |
commit | 5c5554393884361fc0f4374a5118fba0b8025ebf (patch) | |
tree | 31c87304418e234eb42951ca7a8ac1428c5aadb8 /tests/recipe/buildscript/testscript | |
parent | bb34f229787c429175df2d8d5ff112b0058c3904 (diff) |
Add tests for ad hoc C++ recipes
Diffstat (limited to 'tests/recipe/buildscript/testscript')
-rw-r--r-- | tests/recipe/buildscript/testscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/recipe/buildscript/testscript b/tests/recipe/buildscript/testscript index 4ea1ee6..26718df 100644 --- a/tests/recipe/buildscript/testscript +++ b/tests/recipe/buildscript/testscript @@ -12,19 +12,14 @@ EOI +cat <<EOI >=build/root.build - using cxx EOI -test.options += config.cxx=$quote($recall($cxx.path) $cxx.mode, true) - : update : { echo 'bar' >=bar; cat <<EOI >=buildfile; - ./: foo - foo: bar {{ cp $path($<) $path($>) @@ -48,8 +43,6 @@ test.options += config.cxx=$quote($recall($cxx.path) $cxx.mode, true) echo 'bar' >=bar; cat <<EOI >=buildfile; - ./: foo - foo: bar {{ cp $path($<) $path($>) @@ -75,8 +68,6 @@ test.options += config.cxx=$quote($recall($cxx.path) $cxx.mode, true) echo 'bar' >=bar; cat <<EOI >=buildfile; - ./: foo - foo: bar {{ cp $path($<) $path($>) |