summaryrefslogtreecommitdiff
path: root/tests/check_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_main.c')
-rw-r--r--tests/check_main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/check_main.c b/tests/check_main.c
index 8c86532..6af3c3f 100644
--- a/tests/check_main.c
+++ b/tests/check_main.c
@@ -21,11 +21,7 @@
#include "../libsigrokdecode.h" /* First, to avoid compiler warning. */
#include <stdlib.h>
#include <check.h>
-
-Suite *suite_core(void);
-Suite *suite_decoder(void);
-Suite *suite_inst(void);
-Suite *suite_session(void);
+#include "lib.h"
int main(void)
{