Skip to content

Commit

Permalink
Update Makefile with CODECRAFTERS_TEST_CASES_JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Dec 4, 2023
1 parent 686163d commit ab487c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_and_watch:

test_with_sqlite: build
CODECRAFTERS_SUBMISSION_DIR=$(shell pwd)/internal/test_helpers/pass_all \
CODECRAFTERS_TEST_CASES_JSON="[{"slug":"init","tester_log_prefix":"stage-1","title":"Stage #1: Print page size"},{"slug":"table_count","tester_log_prefix":"stage-2","title":"Stage #2: Print number of tables"},{"slug":"table_names","tester_log_prefix":"stage-3","title":"Stage #3: Print table names"},{"slug":"row_counts","tester_log_prefix":"stage-4","title":"Stage #4: Count rows in a table"},{"slug":"read_single_column","tester_log_prefix":"stage-5","title":"Stage #5: Read data from a single column"},{"slug":"read_multiple_columns","tester_log_prefix":"stage-6","title":"Stage #6: Read data from multiple columns"},{"slug":"where","tester_log_prefix":"stage-7","title":"Stage #7: Filter data with a WHERE clause"},{"slug":"table_scan","tester_log_prefix":"stage-8","title":"Stage #8: Retrieve data using a full-table scan"},{"slug":"index_scan","tester_log_prefix":"stage-9","title":"Stage #9: Retrieve data using an index"}]" \
CODECRAFTERS_TEST_CASES_JSON='[{"slug":"init","tester_log_prefix":"stage-1","title":"Stage #1: Print page size"},{"slug":"table_count","tester_log_prefix":"stage-2","title":"Stage #2: Print number of tables"},{"slug":"table_names","tester_log_prefix":"stage-3","title":"Stage #3: Print table names"},{"slug":"row_counts","tester_log_prefix":"stage-4","title":"Stage #4: Count rows in a table"},{"slug":"read_single_column","tester_log_prefix":"stage-5","title":"Stage #5: Read data from a single column"},{"slug":"read_multiple_columns","tester_log_prefix":"stage-6","title":"Stage #6: Read data from multiple columns"},{"slug":"where","tester_log_prefix":"stage-7","title":"Stage #7: Filter data with a WHERE clause"},{"slug":"table_scan","tester_log_prefix":"stage-8","title":"Stage #8: Retrieve data using a full-table scan"},{"slug":"index_scan","tester_log_prefix":"stage-9","title":"Stage #9: Retrieve data using an index"}]' \
dist/main.out

copy_course_file:
Expand Down

0 comments on commit ab487c0

Please sign in to comment.