#ifndef TESTS_H #define TESTS_H #ifdef WITH_TESTS #include static inline std::string getDataFile(const std::string& name) { //return "/mnt/data/workspaces/Indoor/tests/data/" + name; return "/mnt/vm/paper/diss/code/Indoor/tests/data/" + name; //return "/home/toni/Documents/programme/localization/Indoor/tests/data/" + name; } #endif #endif // TESTS_H