summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/TEX/subdir-as-include.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TEX/subdir-as-include.py b/test/TEX/subdir-as-include.py
index 5120481..b24e7c7 100755
--- a/test/TEX/subdir-as-include.py
+++ b/test/TEX/subdir-as-include.py
@@ -40,6 +40,10 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
+latex = test.where_is('latex')
+if not latex:
+ test.skip_test("Could not find 'latex'; skipping test.\n")
+
test.subdir('inc')
test.write('SConstruct', """\