diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-09 15:00:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-09 15:00:16 +0200 |
commit | ab0d6919707349436edd336bbfa8f433bd6e6749 (patch) | |
tree | 864fc885d71ab8205f9c47f0c813b0a48166de33 /tests/test/script/generated/buildfile | |
parent | dab05fa5ebea3aaf7107c8acf18a7f17c556a45c (diff) |
Fix broken test (and few other things)
Diffstat (limited to 'tests/test/script/generated/buildfile')
-rw-r--r-- | tests/test/script/generated/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/generated/buildfile b/tests/test/script/generated/buildfile index c27b49d..524be44 100644 --- a/tests/test/script/generated/buildfile +++ b/tests/test/script/generated/buildfile @@ -5,4 +5,4 @@ # Test generated testscripts. # -./: test{testscript} $b file{*.cxx +*.in} +./: test{testscript} $b file{*.in} |