mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
12 lines
198 B
Prolog
12 lines
198 B
Prolog
DEPENDPATH += .
|
|
include(../unittest.pri)
|
|
CONFIG += qtestlib
|
|
|
|
# test target
|
|
QMAKE_EXTRA_TARGETS = test
|
|
test.depends = hashunittest
|
|
test.commands = ./hashunittest
|
|
|
|
# Input
|
|
SOURCES += hashunittest.cpp
|