mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 12:19:48 +00:00
20 lines
350 B
C
20 lines
350 B
C
/*
|
|
TEST_BUILD
|
|
$DIR/headers.sh '$C{TESTINCLUDEDIR}' '$C{TESTLOCALINCLUDEDIR}' '$C{COMPILE_C}' '$C{COMPILE_CXX}' '$C{COMPILE_M}' '$C{COMPILE_MM}' '$VERBOSE'
|
|
$C{COMPILE_C} $DIR/headers.c -o headers.exe
|
|
END
|
|
|
|
allow `sh -x` output from headers.sh
|
|
TEST_BUILD_OUTPUT
|
|
(\+ .*\n)*(\+ .*)?done
|
|
END
|
|
*/
|
|
|
|
|
|
#include "test.h"
|
|
|
|
int main()
|
|
{
|
|
succeed(__FILE__);
|
|
}
|