diff options
Diffstat (limited to 'test/LEX.py')
-rw-r--r-- | test/LEX.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LEX.py b/test/LEX.py index 88c0a2d..28cbdec 100644 --- a/test/LEX.py +++ b/test/LEX.py @@ -53,7 +53,7 @@ sys.exit(0) """) test.write('SConstruct', """ -env = Environment(LEX = r'%s mylex.py') +env = Environment(LEX = r'%s mylex.py', tools=['default', 'lex']) env.Program(target = 'aaa', source = 'aaa.l') """ % python) |