Skip to content

Commit e13e1e7

Browse files
authored
Merge pull request #502 from SCOREC/apw/fix-mbalance-depends
test: fix mbalanceEmpty depends with simmetrix
2 parents eb30b3d + c64f671 commit e13e1e7

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)