mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
check in existing work
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user