diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-14 12:00:49 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-14 12:00:49 (GMT) |
commit | d0c948844f398f291c1d014ff1a2791414b74d9c (patch) | |
tree | c397827fd1dff67cb7bba0ac422a26efe6ace6da /src/tests/tng_io_testing.h.in | |
parent | dd767425b489541585c526ebfb629538269afd54 (diff) |
Copy example files to build directory and set constants to find them
Diffstat (limited to 'src/tests/tng_io_testing.h.in')
-rw-r--r-- | src/tests/tng_io_testing.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/tng_io_testing.h.in b/src/tests/tng_io_testing.h.in new file mode 100644 index 0000000..b0d45a1 --- /dev/null +++ b/src/tests/tng_io_testing.h.in @@ -0,0 +1,6 @@ +#ifndef _TNG_IO_TESTING_H +#define _TNG_IO_TESTING_H + +#define EXAMPLE_FILES_DIR "@EXAMPLE_FILES_DIR@" + +#endif
\ No newline at end of file |