Skip to content

Commit 7af21ab

Browse files
authored
Merge pull request #71 from codecrafters-io/makefile-updates
Update test case slugs for class implementation stages
2 parents 0421254 + bf703b3 commit 7af21ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ test_resolving_w_jlox: build
165165
test_classes_w_jlox: build
166166
CODECRAFTERS_REPOSITORY_DIR=./craftinginterpreters/build/gen/chap12_classes \
167167
CODECRAFTERS_TEST_CASES_JSON="[ \
168-
{\"slug\":\"cl1\",\"tester_log_prefix\":\"stage_801\",\"title\":\"Stage #801: Class Declarations\"}, \
169-
{\"slug\":\"cl2\",\"tester_log_prefix\":\"stage_802\",\"title\":\"Stage #802: Class Instances\"}, \
170-
{\"slug\":\"cl3\",\"tester_log_prefix\":\"stage_803\",\"title\":\"Stage #803: Getters & Setters\"}, \
171-
{\"slug\":\"cl4\",\"tester_log_prefix\":\"stage_804\",\"title\":\"Stage #804: Instance Methods\"}, \
172-
{\"slug\":\"cl5\",\"tester_log_prefix\":\"stage_805\",\"title\":\"Stage #805: The `this` keyword\"}, \
173-
{\"slug\":\"cl6\",\"tester_log_prefix\":\"stage_806\",\"title\":\"Stage #806: Invalid usages of `this`\"}, \
174-
{\"slug\":\"cl7\",\"tester_log_prefix\":\"stage_807\",\"title\":\"Stage #807: Constructor calls\"}, \
175-
{\"slug\":\"cl8\",\"tester_log_prefix\":\"stage_808\",\"title\":\"Stage #808: Return within constructors\"} \
168+
{\"slug\":\"vf4\",\"tester_log_prefix\":\"stage_801\",\"title\":\"Stage #801: Class Declarations\"}, \
169+
{\"slug\":\"yk8\",\"tester_log_prefix\":\"stage_802\",\"title\":\"Stage #802: Class Instances\"}, \
170+
{\"slug\":\"yf3\",\"tester_log_prefix\":\"stage_803\",\"title\":\"Stage #803: Getters & Setters\"}, \
171+
{\"slug\":\"qr2\",\"tester_log_prefix\":\"stage_804\",\"title\":\"Stage #804: Instance Methods\"}, \
172+
{\"slug\":\"yd7\",\"tester_log_prefix\":\"stage_805\",\"title\":\"Stage #805: The `this` keyword\"}, \
173+
{\"slug\":\"dg2\",\"tester_log_prefix\":\"stage_806\",\"title\":\"Stage #806: Invalid usages of `this`\"}, \
174+
{\"slug\":\"ou5\",\"tester_log_prefix\":\"stage_807\",\"title\":\"Stage #807: Constructor calls\"}, \
175+
{\"slug\":\"eb9\",\"tester_log_prefix\":\"stage_808\",\"title\":\"Stage #808: Return within constructors\"} \
176176
]" \
177177
$(shell pwd)/dist/main.out
178178

179-
test_all: test_scanning_w_jlox test_parsing_w_jlox test_evaluation_w_jlox test_statements_w_jlox test_control_flow_w_jlox test_functions_w_jlox test_resolving_w_jlox test_classes_w_jlox
179+
test_all: test_scanning_w_jlox test_parsing_w_jlox test_evaluation_w_jlox test_statements_w_jlox test_control_flow_w_jlox test_functions_w_jlox test_resolving_w_jlox test_classes_w_jlox

0 commit comments

Comments
 (0)