]> git.ozlabs.org Git - ccan/commit
Turned libtap into a proper ccan package.
authorRusty Russell <rusty@vivaldi>
Fri, 16 May 2008 04:22:25 +0000 (14:22 +1000)
committerRusty Russell <rusty@vivaldi>
Fri, 16 May 2008 04:22:25 +0000 (14:22 +1000)
commitee4a263c10328674572e512a9b73ae74bf54447e
tree1b879f3beead52a71c2d9c2149068c9a7a333e1b
parent36ef9b2c28bdabc51aac41f1df34aaceb8481d5c
Turned libtap into a proper ccan package.
Fixed up ccan_tools dir, not other package's tests.
14 files changed:
ccan_tools/Makefile
ccan_tools/libtap/src/Makefile.am [deleted file]
ccan_tools/libtap/src/Makefile.in [deleted file]
ccan_tools/libtap/src/tap.3 [deleted file]
ccan_tools/libtap/src/tap.c [deleted file]
ccan_tools/libtap/src/tap.h [deleted file]
ccan_tools/run_tests.c
tap/Makefile.am [new file with mode: 0644]
tap/Makefile.in [new file with mode: 0644]
tap/_info.c [new file with mode: 0644]
tap/tap.3 [new file with mode: 0644]
tap/tap.c [new file with mode: 0644]
tap/tap.h [new file with mode: 0644]
tap/test/run.c [new file with mode: 0644]