Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a tool to automatically extract the test units from the source code of the librar...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 10:18:21 +0000 (10:18 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 10:18:21 +0000 (10:18 +0000)
commit7a59d4ae96a5ab66d5ba0ba146aa4fc275c8ab5a
tree578d8e59d0ac460ffa497d9b909e53fe6cf15ac1
parent605d14f82cfcc854a9ab8d7b2592502128658d97
Add a tool to automatically extract the test units from the source code of the libraries, change the library makefile to use it on declared files and convert modules 'ex' and 'cunit' to this system

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/cunit.h
src/.cvsignore
src/Makefile.am
src/xbt/cunit.c
src/xbt/ex.c
testsuite/xbt/ex_test.c
tools/sg_unit_extractor.pl [new file with mode: 0755]