diff options
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile new file mode 100644 index 0000000..78e5a08 --- /dev/null +++ b/tests/manifest-roundtrip/buildfile @@ -0,0 +1,8 @@ +# file : tests/manifest-roundtrip/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} +exe{driver}: test.roundtrip = manifest + +include ../../butl/ |