disable embed-in-C test

Added to the release checklist, instead, since it requires a
`configure`-time flag.
This commit is contained in:
Matthew Flatt 2014-06-03 09:30:04 +01:00
parent 0d644e9755
commit eec0d9dcd8

View File

@ -1,9 +1,12 @@
#lang racket
;; Works for Linux.
;; Works for Linux when the build is configured `--enable-libs`.
;; Almost works for Mac OS X.
;; Assumes 3m.
;; Since `--enable-libs` is not the default, disable test for now:
(module test racket/base)
(require racket/system
setup/dirs)