Skip to content

Commit ffa5b3a

Browse files
committed
Renaming jerry-test-suite list files (replacing underscores with dash)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent 7c51ff9 commit ffa5b3a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ export JERRY_TEST_TARGETS_CP := \
135135
# JS test suites (in the format of id:path)
136136
export JERRY_TEST_SUITE_J := j:./tests/jerry
137137
export JERRY_TEST_SUITE_JTS := jts:./tests/jerry-test-suite
138-
export JERRY_TEST_SUITE_JTS_PREC := jts-prec:./tests/jerry-test-suite/precommit_test_list
139-
export JERRY_TEST_SUITE_JTS_CP := jts-cp:./tests/jerry-test-suite/compact_profile_list
138+
export JERRY_TEST_SUITE_JTS_PREC := jts-prec:./tests/jerry-test-suite/precommit-test-list
139+
export JERRY_TEST_SUITE_JTS_CP := jts-cp:./tests/jerry-test-suite/compact-profile-list
140140

141141
# Directories
142142
export BUILD_DIR_PREFIX := ./build/obj

0 commit comments

Comments
 (0)