diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
commit | 0a049bbda4796c685e91e86ba1e3b868e4cabead (patch) | |
tree | 45d16ac6388ea4f18d7a84d4c0c8bcc33a9bf562 /tests/manifest-roundtrip/buildfile | |
parent | 8a9e7a174e1573974187c686a7c0d9c0b03715ab (diff) |
Update for new build2
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 0883303..d6133e9 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -3,7 +3,6 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} +exe{driver}: test.roundtrip = manifest include ../../bpkg/ - -# test: ./driver manifest | diff -u manifest - |