From 908d1a8faaad7019aea95043800729b48f5c2106 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 6 Aug 2017 15:30:01 +0200 Subject: [PATCH] test need to be linked against liblumierabackend ...while tests in the library subdirectory are linked only against liblumierasupport, which does not provide the multithreading support In this special case here the actual facility to be tested does not rely on thread support, only on locking. But the stress test obviously needs to create several threads. Simple workaround is to move the test into a test collection linked against all of the application core... --- tests/{library => basics}/call-queue-test.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{library => basics}/call-queue-test.cpp (100%) diff --git a/tests/library/call-queue-test.cpp b/tests/basics/call-queue-test.cpp similarity index 100% rename from tests/library/call-queue-test.cpp rename to tests/basics/call-queue-test.cpp