Fix a bug causing one of the unit tests not being run.

Этот коммит содержится в:
Uwe Hermann 2014-11-22 21:07:48 +01:00
родитель cc8be68f22
Коммит 47af616fd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,10 +70,10 @@ Suite *suite_device(void)
tc = tcase_create("sr_dev_inst_user_new");
tcase_add_test(tc, test_user_new);
suite_add_tcase(s, tc);
tc = tcase_create("sr_dev_inst_channel_add");
tcase_add_test(tc, test_channel_add);
suite_add_tcase(s, tc);
return s;