summaryrefslogtreecommitdiff
path: root/Tests/SimpleExclude/dirC/dirA/t1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t1.c')
-rw-r--r--Tests/SimpleExclude/dirC/dirA/t1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/SimpleExclude/dirC/dirA/t1.c b/Tests/SimpleExclude/dirC/dirA/t1.c
new file mode 100644
index 000000000..67fe06fee
--- /dev/null
+++ b/Tests/SimpleExclude/dirC/dirA/t1.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int tlib1func()
+{
+ Should not be build unless target directory A, B, or C are build;
+ printf("This is T1\n");
+ return 5;
+}