mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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:
@@ -19,7 +19,7 @@ passedByValue:src/blackmisc/lockfree.h
|
||||
|
||||
// Passing std::function by value is acceptable
|
||||
passedByValue:src/xswiftbus/libxplanemp/src/ResourceManager.h
|
||||
passedByValue:tests/blackcore/expect.h
|
||||
passedByValue:tests/blackcore/vatsim/testnetwork/expect.h
|
||||
passedByValue:src/xswiftbus/command.h
|
||||
|
||||
// Unique pointers should be passed by value
|
||||
|
||||
Reference in New Issue
Block a user