diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-22 11:17:17 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-22 11:17:17 +0200 |
| commit | 8387a0b45df48cd99bcd62f81d175cde509dc091 (patch) | |
| tree | 06988610fffc6c1b07336271a0ed57024554ff33 /tests/lexer/makefile | |
| parent | 2a24763c6fd6a75510ded0d030620aad1eba2b02 (diff) | |
| download | cli-8387a0b45df48cd99bcd62f81d175cde509dc091.tar.gz cli-8387a0b45df48cd99bcd62f81d175cde509dc091.tar.xz cli-8387a0b45df48cd99bcd62f81d175cde509dc091.zip | |
Add support for C and C++-style comments
Diffstat (limited to 'tests/lexer/makefile')
| -rw-r--r-- | tests/lexer/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lexer/makefile b/tests/lexer/makefile index 0764869..71d46f7 100644 --- a/tests/lexer/makefile +++ b/tests/lexer/makefile @@ -7,7 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make cxx_tun := driver.cxx -tests := 000 001 002 003 004 005 +tests := 000 001 002 003 004 005 006 # # |
