From 146aefe97e87bfe22282f773cd7accc3b23f77df Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Sun, 25 Jun 2023 18:01:49 +0800 Subject: [PATCH] fix:enable test case in sml --- utils/test/c/sml_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/test/c/sml_test.c b/utils/test/c/sml_test.c index 94619339e9..dad30db02a 100644 --- a/utils/test/c/sml_test.c +++ b/utils/test/c/sml_test.c @@ -1536,9 +1536,9 @@ int main(int argc, char *argv[]) { ASSERT(!ret); ret = sml_ts3116_Test(); ASSERT(!ret); -// ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file -// ASSERT(!ret); - ret = sml_ts3303_Test(); // this test case need config sml table name using ./sml_test config_file + ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file + ASSERT(!ret); + ret = sml_ts3303_Test(); ASSERT(!ret); // for(int i = 0; i < sizeof(str)/sizeof(str[0]); i++){