initial version
This commit is contained in:
14
tests/Tests.h
Executable file
14
tests/Tests.h
Executable file
@@ -0,0 +1,14 @@
|
||||
#ifndef TESTS_H
|
||||
#define TESTS_H
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
static inline std::string getDataFile(const std::string& name) {
|
||||
return "/mnt/firma/kunden/indoor/tests/data/" + name;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif // TESTS_H
|
||||
Reference in New Issue
Block a user