]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/unix-conformance.dtest/main.c
2 // This tests that our header such as dlfcn.h pass unix conformance.
6 // BUILD: $CC main.c -o $BUILD_DIR/unix-conformance.exe -D_XOPEN_SOURCE=600
7 // BUILD: $CC main.c -o $BUILD_DIR/scratch.exe -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112
9 // BUILD: $SKIP_INSTALL $BUILD_DIR/scratch.exe
11 // RUN: ./unix-conformance.exe
18 #include "test_support.h"
20 int main(int argc
, const char* argv
[], const char* envp
[], const char* apple
[]) {