Skip to content

Commit

Permalink
Refactor boc test and grade script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Mar 20, 2024
1 parent c2d6cd6 commit f867a1d
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 151 deletions.
10 changes: 2 additions & 8 deletions homework/scripts/grade-boc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ echo "1. Basic tests"

TESTS=(
"--doc boc"
"--test boc -- --exact basic_test::message_passing_test"
"--test boc -- --exact basic_test::message_passing_determines_order"
"--test boc -- --exact basic_test::merge_sort_basic_test"
"--test boc -- --exact basic_test::fibonacci_basic_test"
"--test boc -- --exact basic_test::banking_basic_test"
"--test boc basic_test"
)

basic_test_failed=false
Expand All @@ -53,9 +49,7 @@ fi
echo "2. Stress tests"

TESTS=(
"--test boc -- --exact stress_test::merge_sort_stress_test"
"--test boc -- --exact stress_test::fibonacci_stress_test"
"--test boc -- --exact stress_test::banking_stress_test"
"--test boc stress_test"
)

stress_test_failed=false
Expand Down
Loading

0 comments on commit f867a1d

Please sign in to comment.