Fix Lcache and property hashmap related buildoption tests (#2973)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik 2019-07-16 13:04:40 +02:00 committed by GitHub
parent 75728980a3
commit 6bd7d70a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ JERRY_BUILDOPTIONS = [
Options('buildoption_test-no_jerry_libm',
['--jerry-libm=off', '--link-lib=m']),
Options('buildoption_test-no_lcache_prophashmap',
['--compile-flag=-DCONFIG_ECMA_LCACHE_DISABLE', '--compile-flag=-DCONFIG_ECMA_PROPERTY_HASHMAP_DISABLE']),
['--compile-flag=-DJERRY_LCACHE=0', '--compile-flag=-DJERRY_PROPRETY_HASHMAP=0']),
Options('buildoption_test-external_context',
['--external-context=on']),
Options('buildoption_test-shared_libs',