]> git.ipfire.org Git - thirdparty/lxc.git/commit
remove test directory
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 22 Oct 2009 13:33:40 +0000 (15:33 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 22 Oct 2009 13:33:40 +0000 (15:33 +0200)
commit92d385229be040cf034ac6efd9405b7bdfe06a3e
tree53eecf58a299a8bde4cef6bb913e67e17d25356b
parent0e322d22956f86db247a321859d9b2c50fcfcf14
remove test directory

These tests are not relevant now. It would be better to write
some real test cases with some script using the lxc cli in order
to check non regression.
I remove these annoying tests I have to port each time a function
prototype is changed.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
20 files changed:
Makefile.am
configure.ac
test/Makefile.am [deleted file]
test/conf.c [deleted file]
test/confile.c [deleted file]
test/dev.c [deleted file]
test/forward.c [deleted file]
test/ipv4_add.c [deleted file]
test/ipv6_add.c [deleted file]
test/lxc_create.c [deleted file]
test/lxc_destroy.c [deleted file]
test/lxc_low_monitor.c [deleted file]
test/lxc_start.c [deleted file]
test/lxc_state.c [deleted file]
test/lxc_stop.c [deleted file]
test/macvlan.c [deleted file]
test/movedev.c [deleted file]
test/proxy.c [deleted file]
test/tst_list.c [deleted file]
test/veth.c [deleted file]