Skip to content

Commit

Permalink
Update Pull #667, add native_osconfig.cmake
Browse files Browse the repository at this point in the history
This replaces native_osconfig.h and enables running UT as a
normal user when SIMULATION=native.  Travis-CI requires this.
  • Loading branch information
jphickey committed May 4, 2020
1 parent 330e150 commit 4fba145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions cmake/sample_defs/native_osconfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# OSAL configuration addendum when building with SIMULATION=native
# In this mode, enable the PERMISSIVE option, which allows for easier testing.
#
set(OSAL_CONFIG_DEBUG_PERMISSIVE_MODE TRUE)
4 changes: 0 additions & 4 deletions cmake/sample_defs/native_osconfig.h

This file was deleted.

0 comments on commit 4fba145

Please sign in to comment.