aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_artifactory.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index ea9c8ab..1a21f0e 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -1,5 +1,9 @@
#include "testing.h"
+// Import private functions from core
+extern int delivery_init_platform(struct Delivery *ctx);
+extern int populate_delivery_cfg(struct Delivery *ctx, int render_mode);
+
struct JFRT_Auth gauth;
struct JFRT_Auth gnoauth;
struct Delivery ctx;