Sort source and header lists in cmake files (#4487)

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2021-01-16 21:39:18 +01:00
committed by GitHub
parent abaf9637d7
commit 1fe7c3531a
3 changed files with 87 additions and 87 deletions
+5 -5
View File
@@ -20,17 +20,17 @@ set(INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR})
# Unit tests main modules
set(SOURCE_UNIT_TEST_EXT_MODULES
test-ext-arg.c
test-ext-handle-scope-handle-prelist.c
test-ext-module-empty.c
test-ext-autorelease.c
test-ext-handle-scope-nested.c
test-ext-handle-scope.c
test-ext-handle-scope-escape.c
test-ext-method-register.c
test-ext-handle-scope-handle-prelist-escape.c
test-ext-handle-scope-handle-prelist.c
test-ext-handle-scope-nested.c
test-ext-handle-scope-remove.c
test-ext-handle-scope-root.c
test-ext-handle-scope.c
test-ext-method-register.c
test-ext-module-canonical.c
test-ext-module-empty.c
)
# Disable test-ext-autorelease.c if compiler is MSVC, because MSVC doesn't support cleanup attribute.