Implement support for reading test files from unit tests

This commit is contained in:
Bjørn Erik Jensen
2018-01-09 15:13:44 +01:00
parent 766f4da48b
commit f632b36993
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Test data directory used by unit tests
#define TEST_DATA_DIR "${CMAKE_CURRENT_LIST_DIR}/TestData"