Merge branch 'master' of git://github.com/UpstandingHackers/hammer into h_bind
This commit is contained in:
commit
7ba5931095
15 changed files with 119 additions and 59 deletions
|
|
@ -70,7 +70,8 @@ ctests = ['t_benchmark.c',
|
|||
't_bitwriter.c',
|
||||
't_parser.c',
|
||||
't_grammar.c',
|
||||
't_misc.c']
|
||||
't_misc.c',
|
||||
't_regression.c']
|
||||
|
||||
libhammer_shared = env.SharedLibrary('hammer', parsers + backends + misc_hammer_parts)
|
||||
libhammer_static = env.StaticLibrary('hammer', parsers + backends + misc_hammer_parts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue