Loading...
tests/exclavecore_support.c libmalloc-715.100.22 libmalloc-792.1.1
--- libmalloc/libmalloc-715.100.22/tests/exclavecore_support.c
+++ libmalloc/libmalloc-792.1.1/tests/exclavecore_support.c
@@ -7,6 +7,7 @@
 
 #include <stdio.h>
 #include <darwintest.h>
+#include <darwintest/accessors.h>
 #include <stdlib.h>
 #include <string.h>
 
@@ -28,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;