Delete raw-tests.scm

This commit is contained in:
Mike Gran 2021-02-14 19:58:49 -08:00 committed by GitHub
parent df38891587
commit d3b048cd17
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +0,0 @@
#!/usr/bin/env sh
exec guile -L . -s "$0" "$@"
!#
(use-modules (potato make)
(srfi srfi-1))
(initialize '("test" "foo.exe" "--verbose"))
(: "foo.exe" '("foo.c")
"cc -o foo.exe foo.c")
(execute)