mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Enable pretty-printer for unittests also
* 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 saehie.park@samsung.com
This commit is contained in:
parent
723924f36f
commit
43ec3a33cf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user