mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 04:05:38 +08:00
Split the giant test binaries into smaller unit tests
This is an intermediate step to have smaller unit tests. It is a trade off between having many many test executables compared to a few bigger ones. But this comes a lot closer to what QtTest is meant to be used.
This commit is contained in:
5
tests/blackmisc/simulation/simulation.pro
Normal file
5
tests/blackmisc/simulation/simulation.pro
Normal file
@@ -0,0 +1,5 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += \
|
||||
testinterpolatorlinear \
|
||||
testinterpolatormisc \
|
||||
testinterpolatorparts \
|
||||
Reference in New Issue
Block a user