fix:open test case for sml
This commit is contained in:
parent
0fed3ffa05
commit
2455822df9
|
@ -1029,8 +1029,8 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
int ret = 0;
|
||||
// ret = sml_ts2385_Test();
|
||||
// ASSERT(!ret);
|
||||
ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file
|
||||
ASSERT(!ret);
|
||||
// for(int i = 0; i < sizeof(str)/sizeof(str[0]); i++){
|
||||
// printf("str:%s \t %d\n", str[i], smlCalTypeSum(str[i], strlen(str[i])));
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue