Loading...
tests/exclavecore_support.c libmalloc-792.60.6 libmalloc-646.0.13
--- libmalloc/libmalloc-792.60.6/tests/exclavecore_support.c
+++ libmalloc/libmalloc-646.0.13/tests/exclavecore_support.c
@@ -7,13 +7,16 @@
 
 #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;
@@ -29,7 +32,6 @@
 }
 
 static int run_tests(void *arg) {
-    dt_init_section_ptrs();
     /* Call the minirunner to start executing all tests */
     minirunner_exclave();
     return 0;