diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-16 12:08:54 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-16 12:08:54 (GMT) |
commit | 3fed6f767da30a5436c3667576eb9e4f5fa24f6d (patch) | |
tree | a5bb7ab9f56da3665570e5af87497d6b92d7636f /src/tests/compression/test_tng_compress_write.sh | |
parent | e70cadd9f3f6494ad55efa5e917a12cf18c60d26 (diff) |
Properly compile the tng_compress testsuite using cmake.
Diffstat (limited to 'src/tests/compression/test_tng_compress_write.sh')
-rwxr-xr-x | src/tests/compression/test_tng_compress_write.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/compression/test_tng_compress_write.sh b/src/tests/compression/test_tng_compress_write.sh new file mode 100755 index 0000000..8f0ef01 --- /dev/null +++ b/src/tests/compression/test_tng_compress_write.sh @@ -0,0 +1,5 @@ +#!/bin/sh +numtests=57 +for x in $(seq 1 $numtests); do + ./test_tng_compress_gen$x +done
\ No newline at end of file |