mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
8 lines
218 B
C++
8 lines
218 B
C++
#ifndef TESTINPUTFILES_H_
|
|
#define TESTINPUTFILES_H_
|
|
|
|
inline const char *RInside_source_file = "@TEST_RInsideSourceFile@";
|
|
inline const char *SampleInputScript = "@TEST_SampleInputScript@";
|
|
|
|
#endif // TESTINPUTFILES_H_
|