diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-12 11:58:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-12 11:58:22 +0200 |
commit | 5159b9cb910d76128f68cd4ee36a9c13bac17730 (patch) | |
tree | 5238ff7acd16fa9087336a7f0e5e82c25d7c66f5 /tests/lz4/buildfile | |
parent | 3efc32d82de64216410936b746d11ab4aaf561ec (diff) |
Fixes
Diffstat (limited to 'tests/lz4/buildfile')
-rw-r--r-- | tests/lz4/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lz4/buildfile b/tests/lz4/buildfile index 8944dba..1f9a244 100644 --- a/tests/lz4/buildfile +++ b/tests/lz4/buildfile @@ -3,4 +3,4 @@ import libs = libbutl%lib{butl} -exe{driver}: {hxx cxx}{*} $libs testscript +exe{driver}: {hxx cxx}{*} $libs testscript file{*.lz4} |