From 1758c5157ac982cde8524afaa1452926bdd66ebb Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Tue, 13 Nov 2018 13:58:31 +0200 Subject: [PATCH] LoRaWANTimer UT fixed --- UNITTESTS/features/lorawan/lorawantimer/unittest.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UNITTESTS/features/lorawan/lorawantimer/unittest.cmake b/UNITTESTS/features/lorawan/lorawantimer/unittest.cmake index 48764961fc..75dd100985 100644 --- a/UNITTESTS/features/lorawan/lorawantimer/unittest.cmake +++ b/UNITTESTS/features/lorawan/lorawantimer/unittest.cmake @@ -37,3 +37,6 @@ set(unittest-test-sources stubs/equeue_stub.c ) +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNDEBUG=1") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG=1") +