reorganize test programs into tests/ directory
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 17:03:25 +0000 (13:03 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 17:10:22 +0000 (13:10 -0400)
commit6dd969b5dd702909b8eb827e850c851053774055
tree2cd20625172ae07607d9d6bb3fdef0d50ea08c84
parent270c6b98e626861fece078f57a85462fd6cb020c
reorganize test programs into tests/ directory
18 files changed:
Makefile.am
configure.ac
hello/Makefile.am [deleted file]
hello/README [deleted file]
hello/hello.c [deleted file]
hello/run [deleted file]
hello/tp.c [deleted file]
hello/tp.h [deleted file]
tests/hello/Makefile.am [new file with mode: 0644]
tests/hello/README [new file with mode: 0644]
tests/hello/hello.c [new file with mode: 0644]
tests/hello/run [new file with mode: 0755]
tests/hello/tp.c [new file with mode: 0644]
tests/hello/tp.h [new file with mode: 0644]
tests/hello2/Makefile.am [new file with mode: 0644]
tests/hello2/README [new file with mode: 0644]
tests/hello2/hello2.c [new file with mode: 0644]
tests/hello2/run [new file with mode: 0755]
This page took 0.02432 seconds and 4 git commands to generate.