ttest-static-link.sh - clic - Clic is an command line interactive client for go… | |
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
ttest-static-link.sh (329B) | |
--- | |
1 #!/bin/sh -eux | |
2 | |
3 for l in sbcl ; do # mkcl ecl clisp sbcl | |
4 EX="$(cl-launch -l $l -sp cffi-toolchain -ip "(output-file :static-p… | |
5 rm -f $EX ; : | |
6 cl-launch -l $l -sp cffi-toolchain -i "(operate :static-program-op :… | |
7 [ -f $EX ] | |
8 [ "$($EX)" = "hello, world!" ] | |
9 done |