Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
This commit is contained in:
11
src/qt/test/test_main.cpp
Normal file
11
src/qt/test/test_main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <QTest>
|
||||
#include <QObject>
|
||||
|
||||
#include "urltests.h"
|
||||
|
||||
// This is all you need to run all the tests
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
URLTests test1;
|
||||
QTest::qExec(&test1);
|
||||
}
|
||||
Reference in New Issue
Block a user