]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/apenwarr/110-compile/LD.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 110-compile / LD.do
diff --git a/t/apenwarr/110-compile/LD.do b/t/apenwarr/110-compile/LD.do
new file mode 100644 (file)
index 0000000..2dac2e9
--- /dev/null
@@ -0,0 +1,7 @@
+exec >$3
+cat <<-EOF
+       OUT="\$1"
+       shift
+       cc -Wall -o "\$OUT" "\$@"
+EOF
+chmod a+x $3