;;;; run.scm -*- Scheme -*- (import (test-utils run)) (import (chicken platform)) ;NOTE iinclude file copying is fixed in 5.4 (?) (unless (or (feature? #:chicken-5.0) (feature? #:chicken-5.1) (feature? #:chicken-5.2) (feature? #:chicken-5.3)) (runid '*csi-options* '("-D" "functors")) (runid '*csc-options* '("-D" "functors")) ) (run-tests-for "levenshtein")