From a2327c05f333a297bb5b9915319213625b885802 Mon Sep 17 00:00:00 2001 From: Eric Dobson Date: Wed, 20 Nov 2013 23:13:39 -0800 Subject: [PATCH] Add benchmarks to TR test dependencies. original commit: 3e37e940002a581b6295014ccf5a5c99ad03fc50 --- pkgs/typed-racket-pkgs/typed-racket-test/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt index 07731055..e7928c55 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt @@ -4,6 +4,7 @@ (define deps '("typed-racket" "typed-racket-more" "unstable")) (define build-deps '("scheme-lib" "base" + "racket-benchmarks" "compatibility-lib" "rackunit-lib" "compiler-lib"