Tmux etc
This commit is contained in:
parent
276853ba84
commit
1cb167b597
361 changed files with 77302 additions and 4 deletions
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -eux
|
||||
|
||||
for l in sbcl ; do # mkcl ecl clisp sbcl
|
||||
EX="$(cl-launch -l $l -sp cffi-toolchain -ip "(output-file :static-program-op :cffi-tests/example)")"
|
||||
rm -f $EX ; :
|
||||
cl-launch -l $l -sp cffi-toolchain -i "(operate :static-program-op :cffi-tests/example)"
|
||||
[ -f $EX ]
|
||||
[ "$($EX)" = "hello, world!" ]
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue