diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:08:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:08:09 +0200 |
commit | a12216dd1ed9582fc96805189caadc2b733a4e70 (patch) | |
tree | c6ca5e69690d0c1fbc4520d8e40ff0cec44a78d0 /tests/manifest-roundtrip/buildfile | |
parent | cc87d5c452d42356d80fb98ac30c729ada26d2b0 (diff) |
Adjust tests to new test rule semantics
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 19678d8..7b55569 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -6,4 +6,4 @@ import libs = libbutl%lib{butl} libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs -exe{driver}: test.roundtrip = manifest +exe{driver}: file{manifest}: test.roundtrip = true |