Added new test structure for libretroshare

ported some of the tests across.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7233 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-04-05 07:27:18 +00:00
parent 3eb79bbcba
commit 2a5854188e
52 changed files with 7923 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#include <gtest/gtest.h>
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}