From 29ebd2beffaecc40428de19d56b83aedb8d8ebb2 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Thu, 4 Jan 2018 10:58:19 +0100 Subject: Build PlatformCheck into all test binaries. --- src/tests/test.pri | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests') diff --git a/src/tests/test.pri b/src/tests/test.pri index ad543a977..653d31515 100644 --- a/src/tests/test.pri +++ b/src/tests/test.pri @@ -27,6 +27,9 @@ LANGUAGE = C++ VPATH *= ../.. ../../murmur ../../mumble INCLUDEPATH *= ../.. ../../murmur ../../mumble +SOURCES += PlatformCheck.cpp +HEADERS += PlatformCheck.h + # We have to depend on OpenSSL in all tests # for no-pch builds to work. Our PCH headers # include OpenSSL, and if the headers aren't -- cgit v1.2.3