diff options
author | Matt Corallo <matt@bluematt.me> | 2012-02-10 17:25:36 -0500 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2012-02-10 17:47:00 -0500 |
commit | 245484679adbde8df6b0b01baa24393ea20a7aed (patch) | |
tree | 7a8a53463ab47ae2d6d8749212e8fc13199c3e05 /bitcoin-qt.pro | |
parent | cce89ead184c6b61a3361e598cc7553512730a72 (diff) |
Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ff09e3822d..0eeae86510 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -226,6 +226,16 @@ SOURCES += src/qt/qrcodedialog.cpp FORMS += src/qt/forms/qrcodedialog.ui } +contains(BITCOIN_QT_TEST, 1) { +SOURCES += src/qt/test/test_main.cpp \ + src/qt/test/urltests.cpp +HEADERS += src/qt/test/urltests.h +DEPENDPATH += src/qt/test +QT += testlib +TARGET = bitcoin-qt_test +DEFINES += BITCOIN_QT_TEST +} + CODECFORTR = UTF-8 # for lrelease/lupdate |