8 lines
174 B
C++
8 lines
174 B
C++
#ifndef TESTSIMULATION_H_
|
|
#define TESTSIMULATION_H_
|
|
|
|
// CSV file needed for validation
|
|
const char *testSimulationCSVDir = "@testSimulationCSV@";
|
|
|
|
#endif // TESTSIMULATION_H_
|