Skip to content

Commit 4f70b2f

Browse files
author
H. S. Teoh
committed
Add test case.
1 parent 2ba2511 commit 4f70b2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/runnable/test9287.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
src=runnable${SEP}extra-files
4+
dir=${RESULTS_DIR}${SEP}runnable
5+
output_file=${dir}/test10567.sh.out
6+
7+
echo 'import std.stdio; void main() { writeln("Success"); }' | \
8+
$DMD -m${MODEL} -of${dir}${SEP}test9287a${EXE} - || exit 1
9+
10+
${RESULTS_DIR}/runnable/test9287a${EXE} > ${output_file}
11+
12+
\rm -f ${dir}/test9287a{${OBJ},${EXE}}

0 commit comments

Comments
 (0)