Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert the modules dict, dynar and swag to unit testing
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 15:32:43 +0000 (15:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 15:32:43 +0000 (15:32 +0000)
commit9d96798dd6a87fb575d8d22612d18a79f3e1d309
tree4c65b9b78911953dffbf66c1c9846afe4d4206b3
parentb6db286696d790d8b49b79d23877ee846c86306b
convert the modules dict, dynar and swag to unit testing

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
12 files changed:
src/Makefile.am
src/xbt/dict.c
src/xbt/dynar.c
src/xbt/set.c
src/xbt/swag.c
testsuite/xbt/dict_crash.c [deleted file]
testsuite/xbt/dict_usage.c [deleted file]
testsuite/xbt/dynar_double.c [deleted file]
testsuite/xbt/dynar_int.c [deleted file]
testsuite/xbt/dynar_string.c [deleted file]
testsuite/xbt/multidict_crash.c [deleted file]
testsuite/xbt/swag_usage.c [deleted file]