Commit Graph

12 Commits

Author SHA1 Message Date
Daniel Lezcano
92d385229b 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>
2009-10-22 15:33:40 +02:00
Daniel Lezcano
d685aa8049 clean up and factor out some code
Factor out some code and fix a memory corruption when
dupping the arguments.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2009-10-12 22:02:06 +02:00
Daniel Lezcano
a1511e8d15 fix compilation error for tests
Fix test program compilation errors.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2009-10-12 22:02:06 +02:00
Filippo Giunchedi
7e610d7f1d test/: update API usage
Hi,
I've been playing with lxc, though with --enable-test the test/ directory
doesn't compile, the following patch ought to fix this.
I've not tested tests throughly but seems straightforward enough.

Update the API usage in test/ as to make tests compile

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2009-06-07 21:48:45 +02:00
dlezcano
abd4a3b329 Disable test compilation by default
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Disable the test programs compilation by default in order to reduce the
compilation time when generating rpm and dist.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-20 17:06:02 +00:00
dlezcano
0652697525 Fix function prototype
From: Daniel Lezcano <dlezcano@fr.ibm.com>

The lxc_start function prototype has been changed.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-13 15:23:44 +00:00
dlezcano
eae6543da1 Header code cleanup 2008-09-05 14:32:09 +00:00
dlezcano
96f3e4ebd4 Joined lxc and liblxc directories 2008-09-04 08:14:59 +00:00
legoater
5f59f4bae8 fix Makefiles to compile objects in a directory different from the source. 2008-09-03 09:44:36 +00:00
dlezcano
c2cc9f0a9b Added C++ compatibility, change to libtool, improve monitoring 2008-09-02 09:48:12 +00:00
dlezcano
620eff3ca9 *** empty log message *** 2008-08-24 00:19:37 +00:00
dlezcano
5e97c3fcce Initial revision 2008-08-06 14:32:29 +00:00