Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.

This commit is contained in:
Matt Corallo
2012-02-10 17:25:36 -05:00
parent cce89ead18
commit 245484679a
5 changed files with 106 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ std::string _(const char* psz)
return QCoreApplication::translate("bitcoin-core", psz).toStdString();
}
#ifndef BITCOIN_QT_TEST
int main(int argc, char *argv[])
{
// Do this early as we don't want to bother initializing if we are just calling IPC
@@ -257,3 +258,4 @@ int main(int argc, char *argv[])
}
return 0;
}
#endif // BITCOIN_QT_TEST