]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dtrace.dtest/main.c
3 // if we ever re-enable this on iOS we will need to add // BOOT_ARGS: dtrace_dof_mode=1
5 // BUILD: /usr/sbin/dtrace -h -s main.d -o $TEMP_DIR/probes.h
6 // BUILD: $CC main.c -I$TEMP_DIR -o $BUILD_DIR/dtrace.exe
7 // BUILD: $DYLD_ENV_VARS_ENABLE $BUILD_DIR/dtrace.exe
9 // RUN: $SUDO dtrace -l -n 'dyld_testing*:dtrace.exe:main:callback' -c ./dtrace.exe
22 printf("[BEGIN] dtrace\n");
24 DYLD_TESTING_CALLBACK();
26 if (!DYLD_TESTING_CALLBACK_ENABLED())
27 printf("[FAIL] dtrace: DYLD_TESTING_CALLBACK_ENABLED() returned false\n");
29 printf("[PASS] dtrace\n");