#ifndef _Praat_tests_h_
#define _Praat_tests_h_
/* Paul Boersma, July 5, 2001 */

#ifndef _Thing_h_
	#include "Thing.h"
#endif

#include "Praat_tests_enums.h"

int Praat_tests (int itest, char *arg1, char *arg2, char *arg3, char *arg4);

#endif
/* End of file Praat_tests.h */
