mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
13 lines
224 B
Prolog
13 lines
224 B
Prolog
QT += testlib
|
|
QT -= gui
|
|
|
|
TARGET = testSignalSafety
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
include(../../unittests.pri)
|
|
|
|
SOURCES += main.cpp testPatternDetection.cpp testSignalSafety.cpp testTreeSafety.cpp
|