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

15
src/qt/test/urltests.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef URLTESTS_H
#define URLTESTS_H
#include <QTest>
#include <QObject>
class URLTests : public QObject
{
Q_OBJECT
private slots:
void urlTests();
};
#endif // URLTESTS_H