summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library/testConly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/testConly.c')
-rw-r--r--Tests/ComplexRelativePaths/Library/testConly.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Library/testConly.c b/Tests/ComplexRelativePaths/Library/testConly.c
index 05ec107..35d6a39 100644
--- a/Tests/ComplexRelativePaths/Library/testConly.c
+++ b/Tests/ComplexRelativePaths/Library/testConly.c
@@ -2,5 +2,11 @@
int CsharedFunction()
{
+#ifndef TEST_C_FLAGS
+ printf("TEST_C_FLAGS failed\n");
+ return 0;
+#else
+ printf("Passed: TEST_C_FLAGS passed\n");
+#endif
return 1;
}