1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Travis: build matrix improvements + CPP11 build

This commit is contained in:
Loic Blot 2016-10-05 22:17:22 +02:00 committed by Ner'zhul
parent 7fab86a49d
commit 61d1751dff
5 changed files with 30 additions and 28 deletions

View file

@ -163,6 +163,7 @@ private:
void TestThreading::testAtomicSemaphoreThread()
{
Atomic<u32> val;
val = 0;
Semaphore trigger;
static const u8 num_threads = 4;