summaryrefslogtreecommitdiffstats
path: root/test cases/common/226 link depends indexed custom target/make_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/226 link depends indexed custom target/make_file.py')
-rw-r--r--test cases/common/226 link depends indexed custom target/make_file.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/common/226 link depends indexed custom target/make_file.py b/test cases/common/226 link depends indexed custom target/make_file.py
new file mode 100644
index 0000000..6a43b7d
--- /dev/null
+++ b/test cases/common/226 link depends indexed custom target/make_file.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+import sys
+
+with open(sys.argv[1], 'w') as f:
+ print('# this file does nothing', file=f)
+
+with open(sys.argv[2], 'w') as f:
+ print('# this file does nothing', file=f)