Skip to content

Commit 79f890a

Browse files
committed
Added some comments on the test setup
1 parent 6673aae commit 79f890a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/mainTest.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ let all_tests =
1414
(* etc *)
1515
"domaintest" >::: QCheck_ounit.to_ounit2_test_list Maindomaintest.all_testsuite;
1616
IntOpsTest.tests;
17+
(* SparseMatrixImplementationTest.tests; *) (* Uncomment this to add the sparse matrix tests to all tests *)
1718
]
1819

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

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

0 commit comments

Comments
 (0)