X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..b7dc075d2c3bdf2b384cb8897d16a4c0aa8ab0f7:/teshsuite/smpi/mpich-test/pt2pt/mpitest.h diff --git a/teshsuite/smpi/mpich-test/pt2pt/mpitest.h b/teshsuite/smpi/mpich-test/pt2pt/mpitest.h deleted file mode 100644 index a14b2c9883..0000000000 --- a/teshsuite/smpi/mpich-test/pt2pt/mpitest.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MPITEST_TEST -#define MPITEST_TEST - -void Test_Init ( char *, int ); -void Test_Message (char *); -void Test_Failed (char *); -void Test_Passed (char *); -int Summarize_Test_Results (void); -void Test_Finalize (void); -void Test_Waitforall (void); -#endif