Warning, /rolisteam/rolisteam/src/tests/test_root_path.h.in is written in an unsupported language. File is not indexed.

0001 #ifndef  TEST_ROOT_PATH
0002 #define TEST_ROOT_PATH
0003 
0004 
0005 namespace tests
0006 {
0007 constexpr auto & root_path{"@TEST_ROOT_DIR@"};
0008 }
0009 
0010 
0011 
0012 #endif