summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 45d3441..3a37f39 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -4,6 +4,7 @@
#include "test_commandqueue.h"
#include "test_mem.h"
#include "test_kernel.h"
+#include "test_program.h"
#include <stdlib.h>
#include <stdio.h>
@@ -30,6 +31,7 @@ int main(int argc, char **argv)
TESTSUITE(commandqueue, "commandqueue");
TESTSUITE(mem, "mem");
TESTSUITE(kernel, "kernel");
+ TESTSUITE(program, "program");
if (s == NULL) {
printf("test case %s does not exist", argv[1]);