Skip to content

Commit c64f671

Browse files
committed
test: fix mbalanceEmpty depends with simmetrix
- test/testing.cmake: fix test name typo. Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
1 parent eb30b3d commit c64f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testing.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ if(ENABLE_METIS)
449449
)
450450
if(ENABLE_SIMMETRIX)
451451
set_test_depends(
452-
TESTS msplit_2 msplit_3 msplit_6 mBalanceEmpty
452+
TESTS msplit_2 msplit_3 msplit_6 mbalanceEmpty
453453
DEPENDS convert
454454
)
455455
endif()

0 commit comments

Comments
 (0)