remove lex/parse stuff for now
This commit is contained in:
parent
44c4aea06c
commit
8443b2f6d8
9 changed files with 10 additions and 10 deletions
|
@ -1,18 +1,18 @@
|
|||
module Tests
|
||||
|
||||
import TAP
|
||||
import Tests.Unicode
|
||||
import Tests.Lexer
|
||||
import Tests.Parser
|
||||
-- import Tests.Unicode
|
||||
-- import Tests.Lexer
|
||||
-- import Tests.Parser
|
||||
import Tests.Reduce
|
||||
import Tests.Equal
|
||||
import System
|
||||
|
||||
|
||||
allTests = [
|
||||
Unicode.tests,
|
||||
Lexer.tests,
|
||||
Parser.tests,
|
||||
-- Unicode.tests,
|
||||
-- Lexer.tests,
|
||||
-- Parser.tests,
|
||||
Reduce.tests,
|
||||
Equal.tests
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue