mirror of
https://github.com/open-goal/jak-project
synced 2026-06-09 04:40:19 -04:00
Upload new files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "common/util/FileUtil.h"
|
||||
#include <iostream>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(test, test) {
|
||||
|
||||
std::string test[] = {"cabbage", "banana", "apple"};
|
||||
std::cout << FileUtil::get_file_path(test) << std::endl;
|
||||
|
||||
EXPECT_TRUE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user