Skip to content

Commit

Permalink
Added some comments on the test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
feniup committed Dec 10, 2024
1 parent 79f890a commit 4b34fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mainTest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ let subset_tests = "" >::: [SparseMatrixImplementationTest.tests]
let () =
print_string "\027[0;1munit: \027[0;0;00m";
run_test_tt_main subset_tests (* Remove this and uncomment the line below to run all tests.*)
(* run_test_tt_main all_tests *)
(* run_test_tt_main all_tests *)

0 comments on commit 4b34fda

Please sign in to comment.