Skip to content

Commit 43ec3a3

Browse files
committed
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
1 parent 723924f commit 43ec3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ project (JerryCore CXX C ASM)
4343
set(DEFINES_JERRY_RELEASE JERRY_NDEBUG)
4444

4545
# Unit tests
46-
set(DEFINES_JERRY_UNITTESTS )
46+
set(DEFINES_JERRY_UNITTESTS JERRY_ENABLE_PRETTY_PRINTER)
4747

4848
# Modifiers
4949
# Full profile

0 commit comments

Comments
 (0)