move Scribble tests to "scribble-test"

original commit: ba553a917e3e97c74450859dc13481e2187c55ba
This commit is contained in:
Matthew Flatt 2013-07-18 15:18:35 -06:00
parent b5a0723400
commit 6c624d531e
77 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#lang info
(define collection 'multi)
(define deps '("at-exp-lib"
"base"
"eli-tester"
"rackunit-lib"
"sandbox-lib"
"scribble-doc" ;; because some tests are examples from the docs
"scribble-lib"
"scribble-text-lib"))