mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Created the main entry of the test suite.
This commit is contained in:
9
tests/src/main.cpp
Normal file
9
tests/src/main.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