diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-16 05:45:02 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-16 05:45:02 (GMT) |
commit | 70a4c1665fae925e7fb75ed1d9f1e2153b998ed7 (patch) | |
tree | 06a0090a06a4d09dcb7705da7158a2733891ade8 /include | |
parent | 22d5bea3acfc65a53fbe321d3669a6661d9d4f60 (diff) |
Moved include file template from src to include.
Diffstat (limited to 'include')
-rw-r--r-- | include/tng_io_testing.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tng_io_testing.h.in b/include/tng_io_testing.h.in new file mode 100644 index 0000000..b0d45a1 --- /dev/null +++ b/include/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 |