From c64f6717164b31ee1d95614c80662bf891763b76 Mon Sep 17 00:00:00 2001 From: Aiden Woodruff Date: Tue, 24 Jun 2025 11:37:46 -0400 Subject: [PATCH] test: fix mbalanceEmpty depends with simmetrix - test/testing.cmake: fix test name typo. Signed-off-by: Aiden Woodruff --- test/testing.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testing.cmake b/test/testing.cmake index 058c3ece1..9f93a1d66 100644 --- a/test/testing.cmake +++ b/test/testing.cmake @@ -449,7 +449,7 @@ if(ENABLE_METIS) ) if(ENABLE_SIMMETRIX) set_test_depends( - TESTS msplit_2 msplit_3 msplit_6 mBalanceEmpty + TESTS msplit_2 msplit_3 msplit_6 mbalanceEmpty DEPENDS convert ) endif()