aboutsummaryrefslogtreecommitdiff
path: root/test/indented-triple-pass/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/indented-triple-pass/build.bat')
-rw-r--r--test/indented-triple-pass/build.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indented-triple-pass/build.bat b/test/indented-triple-pass/build.bat
new file mode 100644
index 0000000..be5a294
--- /dev/null
+++ b/test/indented-triple-pass/build.bat
@@ -0,0 +1,6 @@
+@echo off
+setlocal
+cd /d %~dp0
+..\..\tt -d# -o1= program.markdown < program.markdown
+..\..\tt -d# -o2= program.markdown < "1=program.markdown"
+..\..\tt -d# -oOUT= program.c < "2=program.markdown" \ No newline at end of file