Skip to content

Commit

Permalink
Enable pretty-printer for unittests also
Browse files Browse the repository at this point in the history
 * dump string literals with test_api to see jerry_register_external_magic_strings is working ok

JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
  • Loading branch information
seanshpark committed Jun 8, 2015
1 parent 723924f commit 43ec3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jerry-core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project (JerryCore CXX C ASM)
set(DEFINES_JERRY_RELEASE JERRY_NDEBUG)

# Unit tests
set(DEFINES_JERRY_UNITTESTS )
set(DEFINES_JERRY_UNITTESTS JERRY_ENABLE_PRETTY_PRINTER)

# Modifiers
# Full profile
Expand Down

0 comments on commit 43ec3a3

Please sign in to comment.