summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-05 21:38:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-09 20:51:39 +0000
commit6cd4fcdec4e6671e63e8c7cba2ab4c6d594b13fd (patch)
tree09485be8361d503f1acdee57055535a6b3331d17 /auto_tests/toxav_many_test.c
parent05912fd65c52f97a600383be11cd741ae32d61bf (diff)
Remove libcheck from the dependencies.
We're not gaining much from this library, and it's a burden, especially for windows development.
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index 9a639eb8..02215098 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -341,10 +341,7 @@ static Suite *tox_suite(void)
341{ 341{
342 Suite *s = suite_create("ToxAV"); 342 Suite *s = suite_create("ToxAV");
343 343
344 TCase *tc_av_three_calls = tcase_create("AV_three_calls"); 344 DEFTESTCASE(AV_three_calls);
345 tcase_add_test(tc_av_three_calls, test_AV_three_calls);
346 tcase_set_timeout(tc_av_three_calls, 150);
347 suite_add_tcase(s, tc_av_three_calls);
348 345
349 return s; 346 return s;
350} 347}