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/cxx/buildfile | |
parent | bb34f229787c429175df2d8d5ff112b0058c3904 (diff) |
Add tests for ad hoc C++ recipes
Diffstat (limited to 'tests/recipe/cxx/buildfile')
-rw-r--r-- | tests/recipe/cxx/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/recipe/cxx/buildfile b/tests/recipe/cxx/buildfile new file mode 100644 index 0000000..e8bd1af --- /dev/null +++ b/tests/recipe/cxx/buildfile @@ -0,0 +1,4 @@ +# file : tests/recipe/cxx/buildfile +# license : MIT; see accompanying LICENSE file + +./: testscript $b |