start some lexer stuff
This commit is contained in:
parent
df3505a04c
commit
f503cf5734
4 changed files with 239 additions and 1 deletions
|
@ -7,7 +7,10 @@ import Tests.Equal
|
|||
import System
|
||||
|
||||
|
||||
allTests = [Equal.tests]
|
||||
allTests = [
|
||||
Lexer.tests,
|
||||
skip Equal.tests
|
||||
]
|
||||
|
||||
main = do
|
||||
opts <- getTestOpts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue