mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Add gtest, as separate set of tests (that just follow the ad-hoc tests that already exist)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "tests.h"
|
||||
|
||||
int main() {
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
Test::RunAll();
|
||||
return 0;
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
Reference in New Issue
Block a user