Files
GoldenCheetah/unittests/Core/signalSafety/signalSafety.pro
2025-12-28 12:18:26 -03:00

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