]> git.draconx.ca Git - cdecl99.git/commit
Add a tool to generate random declarations.
authorNick Bowler <nbowler@draconx.ca>
Fri, 24 Feb 2012 03:14:46 +0000 (22:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:58 +0000 (20:16 -0500)
commit568c39ad1836f8cf87ccc1b2ba577b6f6ba37e25
tree3e7c97d39755bdf90439b5dd38af7178c2519f71
parent846e987e42c15064fa078e0b708872f7938ceb09
Add a tool to generate random declarations.

The first of (hopefully) many components of a test suite.
13 files changed:
Makefile.am
configure.ac
m4/cstring.m4 [new file with mode: 0644]
m4/dxutils.m4 [new file with mode: 0644]
m4/gsl.m4 [new file with mode: 0644]
m4/strings.m4 [new file with mode: 0644]
test/.gitignore [new file with mode: 0644]
test/declgen.c [new file with mode: 0644]
test/declgen.h [new file with mode: 0644]
test/randomdecl.c [new file with mode: 0644]
test/test.h [new file with mode: 0644]
test/testlib.c [new file with mode: 0644]
test/typegen.sh [new file with mode: 0755]