Mikkel Krautz
5192831bc6
src/tests: update .pro files to append to SOURCES and HEADERS instead of overwriting them.
...
Now that test.pri adds source files and headers by default, the .pro files
of our tests need to append to SOURCES and HEADERS to ensure everything
test.pri adds to SOURCES and HEADERS are kept around.
2018-01-04 11:21:44 +01:00
Mikkel Krautz
f6ba3a52bf
Auto-update LICENSE.header in source files.
2018-01-01 23:05:37 +01:00
Mikkel Krautz
15609703e4
src/tests: make all test .pro files 'inherit' from common test.pri file.
...
This refactors a lot of the common code from each test file into
a test.pri file, which is then included by all of our tests.
2017-03-02 02:28:19 +01:00
Mikkel Krautz
955ca86839
tests: move TestPacketDataStream to the new testing infrastructure.
2017-02-26 23:50:26 +01:00