summaryrefslogtreecommitdiff
path: root/tests/test-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-c.c')
-rw-r--r--tests/test-c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-c.c b/tests/test-c.c
index a0507108..95ba73df 100644
--- a/tests/test-c.c
+++ b/tests/test-c.c
@@ -1,3 +1,7 @@
#include "llama.h"
+#ifdef GGML_USE_KOMPUTE
+#include "ggml-kompute.h"
+#endif
+
int main(void) {}