Skip to content

Commit e70687b

Browse files
test triangle count; re-enable all tests
1 parent 18d71fe commit e70687b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/test_TriangleCount.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,10 @@ void test_TriangleCount_brutal (void)
486486
}
487487
#endif
488488

489+
//------------------------------------------------------------------------------
490+
// Triangle count test
491+
//------------------------------------------------------------------------------
489492

490-
//****************************************************************************
491-
//****************************************************************************
492493
TEST_LIST = {
493494
{"TriangleCount_Methods1", test_TriangleCount_Methods1},
494495
{"TriangleCount_Methods2", test_TriangleCount_Methods2},
@@ -503,4 +504,5 @@ TEST_LIST = {
503504
{"TriangleCount_brutal" , test_TriangleCount_brutal},
504505
#endif
505506
{NULL, NULL}
506-
};
507+
} ;
508+

0 commit comments

Comments
 (0)