initial version

This commit is contained in:
2016-01-21 11:10:55 +01:00
parent 8818a9b216
commit a7dc0cabbb
21 changed files with 1397 additions and 0 deletions

14
tests/Tests.h Executable file
View 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