From 5fe0fa3f03e7a36efc99e46bd84902ac69554b4f Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 16 Dec 2014 23:04:54 -0500 Subject: [PATCH] Take advantage of new smaller pkgs. --- pkgs/racket-test-core/info.rkt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-test-core/info.rkt b/pkgs/racket-test-core/info.rkt index f2ee58ab82..02fe4ed48e 100644 --- a/pkgs/racket-test-core/info.rkt +++ b/pkgs/racket-test-core/info.rkt @@ -8,13 +8,14 @@ ;; the tests use -min.0 etc "unstable-flonum-lib" ;; the tests use zo-structs - "compiler-lib" + "zo-lib" ;; the tests use the scribble reader "at-exp-lib" - ;; the below are all tested here - "sandbox-lib" + ;; the ffi tests use these "serialize-cstruct-lib" - "cext-lib")) + "dynext-lib" + ;; sandboxes are tested here + "sandbox-lib")) (define pkg-desc "Minimal core version of Racket test suites")