diff --git a/pitfall/ptest/alltest.rkt b/pitfall/ptest/alltest.rkt index 0bbf4074..7f4def85 100644 --- a/pitfall/ptest/alltest.rkt +++ b/pitfall/ptest/alltest.rkt @@ -1,5 +1,5 @@ #lang racket -(for ([i (in-range 22)]) +(for ([i (in-range 23)]) (define which (string->symbol (format "ptest/test~a" i))) (println which) (dynamic-require which #f)) diff --git a/pitfall/ptest/test22.rkt b/pitfall/ptest/test22.rkt new file mode 100644 index 00000000..97b04dab --- /dev/null +++ b/pitfall/ptest/test22.rkt @@ -0,0 +1,6 @@ +#lang debug racket/base +(require fontland/test/index + fontland/test/glyphs + fontland/test/directory + fontland/test/subset) +(time (void)) \ No newline at end of file