Fix the build with enabled debugger on Windows (#3531)

Changes:
- Typo fixed in cmake build system and appveyor config
- Added a new buildoption test

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
This commit is contained in:
Csaba Osztrogonác
2020-01-23 15:30:09 +01:00
committed by Robert Fancsik
parent 608bc9e5ff
commit b7a2a153aa
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -175,6 +175,8 @@ JERRY_BUILDOPTIONS = [
OPTIONS_GC_MARK_LIMIT),
Options('buildoption_test-single-source',
['--cmake-param=-DENABLE_ALL_IN_ONE_SOURCE=ON']),
Options('buildoption_test-jerry-debugger',
['--jerry-debugger=on']),
]
def get_arguments():