summaryrefslogtreecommitdiff
path: root/test/run-tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests.h')
-rw-r--r--test/run-tests.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/run-tests.h b/test/run-tests.h
index 3efac9e..1d4c402 100644
--- a/test/run-tests.h
+++ b/test/run-tests.h
@@ -3,7 +3,9 @@
#ifndef RUN_TESTS_H
#define RUN_TESTS_H
-void add_init_tests (void);
-void add_hello_tests (void);
+void add_init_tests (void);
+void add_hello_tests (void);
+void add_application_tests (void);
+void add_window_tests (void);
#endif /* RUN_TESTS_H */