diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t1.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirA/t1.c | 8 |
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 0000000..67fe06f --- /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; +} |