Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This used to work by accident
[simgrid.git] / teshsuite / smpi / mpich-test / coll / test.h
1 /* Header for testing procedures */
2
3 #ifndef _INCLUDED_TEST_H_
4 #define _INCLUDED_TEST_H_
5
6 #if defined(NEEDS_STDLIB_PROTOTYPES)
7 #include "protofix.h"
8 #endif
9
10 void Test_Init (const char *, int);
11 void Test_Message (const char *);
12 void Test_Failed (const char *);
13 void Test_Passed (const char *);
14 int Summarize_Test_Results (void);
15 void Test_Finalize (void);
16 void Test_Waitforall (void);
17
18 #endif