mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 09:22:14 -04:00
Move duplicated utilities to the common util folder and remove NEXT_DIR (#29)
* move things to the common library and remove next_dir * fix for windows * one last windows fix * last fix for real this time * debug listener test * fix listener threading bug
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
TEST(FileUtil, valid_path) {
|
||||
std::vector<std::string> test = {"cabbage", "banana", "apple"};
|
||||
std::string sampleString = FileUtil::get_file_path(test);
|
||||
std::string sampleString = file_util::get_file_path(test);
|
||||
// std::cout << sampleString << std::endl;
|
||||
|
||||
EXPECT_TRUE(true);
|
||||
|
||||
Reference in New Issue
Block a user