mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 04:11:35 +01:00
Cleanup tests names and CMake script
This commit is contained in:
9
tests/src/main_test.cpp
Normal file
9
tests/src/main_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#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