2004-10-23 11:28:42 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
CONFIG += qt warn_on console
|
|
|
|
TARGET = qca-unittest
|
2004-09-27 21:47:33 +00:00
|
|
|
|
2004-10-24 06:34:11 +00:00
|
|
|
INCLUDEPATH += ../src
|
|
|
|
LIBS += -L..
|
|
|
|
|
|
|
|
HEADERS += kunittest.h qtester.h tester.h
|
|
|
|
SOURCES += kunittest.cpp qtester.cpp main.cpp
|
2004-10-23 11:28:42 +00:00
|
|
|
LIBS += -lqca
|
2004-10-24 06:34:11 +00:00
|
|
|
|
|
|
|
HEADERS += staticunittest.h hashunittest.h bigintunittest.h
|
2004-11-09 09:00:22 +00:00
|
|
|
HEADERS += securearrayunittest.h macunittest.h randomunittest.h
|
|
|
|
HEADERS += keylengthunittest.h symmetrickeyunittest.h
|
2004-11-05 03:10:59 +00:00
|
|
|
SOURCES += staticunittest.cpp hashunittest.cpp bigintunittest.cpp
|
2004-11-09 09:00:22 +00:00
|
|
|
SOURCES += securearrayunittest.cpp macunittest.cpp randomunittest.cpp
|
|
|
|
SOURCES += keylengthunittest.cpp symmetrickeyunittest.cpp
|
|
|
|
|