Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 22 Oct 2005 22:45:23 +0000 (22:45 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 22 Oct 2005 22:45:23 +0000 (22:45 +0000)
commit423d998b546e97c9b535e6e703768fb6a7ebb2fc
tree122f3951822e26325e059b4e48ce1605accfaf71
parent810976b1e41f58871360b39fec33f2a472e4d358
Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use it to test exceptions and itself

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
ChangeLog
include/xbt.h
include/xbt/cunit.h [new file with mode: 0644]
include/xbt/testsuite.h [deleted file]
src/Makefile.am
src/xbt/cunit.c [new file with mode: 0644]
src/xbt/testsuite.c [deleted file]
testsuite/xbt/ex_test.c