mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-18 19:48:47 +02:00
Problem: no test infrastructure
Solution: integrate googletest, with non-cppzmq test case for a start
This commit is contained in:
7
tests/main.cpp
Normal file
7
tests/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#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