dfhack/library/main.test.cpp

7 lines
134 B
C++

2022-11-11 15:48:00 -07:00
#include <gtest/gtest.h>
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}