0a08eafa1eee3671f7f28ddff2168f80c15f443b
[novacoin.git] / src / qt / test / test_main.cpp
1 #include <QTest>\r
2 #include <QObject>\r
3 \r
4 #include "urltests.h"\r
5 \r
6 // This is all you need to run all the tests\r
7 int main(int argc, char *argv[])\r
8 {\r
9     URLTests test1;\r
10     QTest::qExec(&test1);\r
11 }\r