Loading...
tests/exclavecore_support.c libmalloc-646.40.3 libmalloc-715.140.5
--- libmalloc/libmalloc-646.40.3/tests/exclavecore_support.c
+++ libmalloc/libmalloc-715.140.5/tests/exclavecore_support.c
@@ -7,16 +7,13 @@
 
 #include <stdio.h>
 #include <darwintest.h>
+#include <darwintest/accessors.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include <platform/platform.h>
-#include <platform/plat.h>
-#include <vas/vas.h>
 #include <xrt/endpoint.h>
-#include <xnuproxy/xnuproxy.h>
 
-#include <sharedmem/sharedmem.h>
 
 LIBLIBC_PLAT_EP(hello_endpoint, "HelloExclave");
 static xrt_endpoint_t hello_xrt_endpoint;
@@ -32,6 +29,7 @@
 }
 
 static int run_tests(void *arg) {
+    dt_init_section_ptrs();
     /* Call the minirunner to start executing all tests */
     minirunner_exclave();
     return 0;