Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -59,10 +59,10 @@ void test_make_netbios_name(void **state)
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
|
||||
const struct CMUnitTest tests[] = {
|
||||
cmocka_unit_test(test_make_netbios_name),
|
||||
const UnitTest tests[] = {
|
||||
unit_test(test_make_netbios_name),
|
||||
};
|
||||
|
||||
return cmocka_run_group_tests(tests, NULL, NULL);
|
||||
return run_tests(tests);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user