This commit is contained in:
jed
2011-10-28 16:51:35 -07:00
parent e68b0fb8d1
commit 7436a8deec
29 changed files with 141 additions and 129 deletions

View File

@@ -2,6 +2,7 @@
#include <iostream>
#include "CallRPC.h"
extern void runTests();
using namespace std;
using namespace boost;
@@ -44,6 +45,8 @@ int parseCommandline(int argc, char* argv[])
int main(int argc, char* argv[])
{
runTests();
return(parseCommandline(argc,argv));
}