;;;; run.scm - trivial test (use setup-api files posix) (define stalin (make-pathname (if (get-environment-variable "SALMONELLA_RUNNING") #f ;; salmonella adds its REPO_PREFIX/bin to PATH (program-path)) "chicken-stalin")) (run (,stalin -On -k -d1 hello.scm)) (run (./hello))