Skip to content

Commit 4fba145

Browse files
committed
Update Pull #667, add native_osconfig.cmake
This replaces native_osconfig.h and enables running UT as a normal user when SIMULATION=native. Travis-CI requires this.
1 parent 330e150 commit 4fba145

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#
2+
# OSAL configuration addendum when building with SIMULATION=native
3+
# In this mode, enable the PERMISSIVE option, which allows for easier testing.
4+
#
5+
set(OSAL_CONFIG_DEBUG_PERMISSIVE_MODE TRUE)

cmake/sample_defs/native_osconfig.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)