summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ct_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index edd02afea2..1cfd0d17f6 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -555,4 +555,10 @@ int test_main(int argc, char *argv[])
return result;
}
+#else
+int test_main(int argc, char *argv[])
+{
+ printf("No CT support\n");
+ return 0;
+}
#endif