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 /include/compression | |
parent | e70cadd9f3f6494ad55efa5e917a12cf18c60d26 (diff) |
Properly compile the tng_compress testsuite using cmake.
Diffstat (limited to 'include/compression')
-rw-r--r-- | include/compression/tng_compress_testing.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/compression/tng_compress_testing.h.in b/include/compression/tng_compress_testing.h.in new file mode 100644 index 0000000..168764b --- /dev/null +++ b/include/compression/tng_compress_testing.h.in @@ -0,0 +1,6 @@ +#ifndef TNG_COMPRESS_TESTING_H +#define TNG_COMPRESS_TESTING_H + +#define TNG_COMPRESS_FILES_DIR "@TNG_COMPRESS_FILES_DIR@" + +#endif |