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 6673aae commit 79f890a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/mainTest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ let all_tests =
(* etc *)
"domaintest" >::: QCheck_ounit.to_ounit2_test_list Maindomaintest.all_testsuite;
IntOpsTest.tests;
(* SparseMatrixImplementationTest.tests; *) (* Uncomment this to add the sparse matrix tests to all tests *)
]

let subset_tests = "" >::: [SparseMatrixImplementationTest.tests]

let () =
print_string "\027[0;1munit: \027[0;0;00m";
run_test_tt_main subset_tests
run_test_tt_main subset_tests (* Remove this and uncomment the line below to run all tests.*)
(* run_test_tt_main all_tests *)

0 comments on commit 79f890a

Please sign in to comment.