beautiful-racket/brag/brag/test/test-all.rkt
Matthew Butterick 87f5b186a2 more cleanup
2016-05-06 13:43:02 -07:00

19 lines
501 B
Racket
Executable File

#lang racket/base
(require "test-0n1.rkt"
"test-0n1n.rkt"
"test-01-equal.rkt"
"test-simple-arithmetic-grammar.rkt"
"test-baby-json.rkt"
"test-wordy.rkt"
"test-simple-line-drawing.rkt"
"test-flatten.rkt"
"test-lexer.rkt"
"test-parser.rkt"
"exercise-python-grammar.rkt"
"test-errors.rkt"
"test-old-token.rkt"
"test-weird-grammar.rkt"
(submod brag/codegen/satisfaction test))