diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirB/t6.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirB/t6.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/SimpleExclude/dirC/dirB/t6.c b/Tests/SimpleExclude/dirC/dirB/t6.c new file mode 100644 index 0000000..e8877df --- /dev/null +++ b/Tests/SimpleExclude/dirC/dirB/t6.c @@ -0,0 +1,8 @@ +#include <stdio.h> + +int tlib6func() +{ + Should not be build unless target directory B, or C are build; + printf("This is T6\n"); + return 6; +} |