Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / qt / test / test_main.cpp
1 #include <QTest>\r
2 #include <QObject>\r
3 \r
4 #include "uritests.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     URITests test1;\r
10     QTest::qExec(&test1);\r
11 }\r