]> git.draconx.ca Git - cdecl99.git/commit
Rename "test" directory to "t".
authorNick Bowler <nbowler@draconx.ca>
Tue, 13 Jun 2023 04:18:24 +0000 (00:18 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 13 Jun 2023 04:44:20 +0000 (00:44 -0400)
commit1c3b0c0e6f9339e76e42f6393e554c7dfc58e205
tree91995f10e5593179a3ad859727761ad844bffcbf
parentb2e3cab6544444137fe7aadee2a991adbfde97c4
Rename "test" directory to "t".

It's been bugging me to be using "test" in this project but "t" in
others.  So let's try to standardise on "t".
14 files changed:
Makefile.am
configure.ac
t/.gitignore [moved from test/.gitignore with 100% similarity]
t/crossparse.c [moved from test/crossparse.c with 100% similarity]
t/declgen.c [moved from test/declgen.c with 100% similarity]
t/declgen.h [moved from test/declgen.h with 100% similarity]
t/gen-typegen.awk [moved from test/gen-typegen.awk with 100% similarity]
t/normalize.c [moved from test/normalize.c with 100% similarity]
t/randomdecl.c [moved from test/randomdecl.c with 100% similarity]
t/rng-test.c [moved from test/rng-test.c with 100% similarity]
t/rng.c [moved from test/rng.c with 100% similarity]
t/test.h [moved from test/test.h with 100% similarity]
t/testlib.c [moved from test/testlib.c with 100% similarity]
t/xos256p.c [moved from test/xos256p.c with 100% similarity]