change cmakelists and gitignore, commit third librarys source
This commit is contained in:
9
test/main_test.cc
Normal file
9
test/main_test.cc
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
int main(int argc, char **const argv){
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user