diff options
Diffstat (limited to 'src/auxiliaryFunctions/isempty/testIsEmpty.h')
-rw-r--r-- | src/auxiliaryFunctions/isempty/testIsEmpty.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/auxiliaryFunctions/isempty/testIsEmpty.h b/src/auxiliaryFunctions/isempty/testIsEmpty.h new file mode 100644 index 00000000..545801ad --- /dev/null +++ b/src/auxiliaryFunctions/isempty/testIsEmpty.h @@ -0,0 +1,32 @@ +/* +** -*- C -*- +** +** testIsEmpty.c +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** Started on Wed Feb 14 16:07:57 2007 jofret +** Last update Fri Apr 27 08:59:49 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#ifndef __TESTISEMPTY_H__ +#define __TESTISEMPTY_H__ + +#include <stdio.h> +#include <assert.h> +#include "isempty.h" + +#define ERROR 51 + +int sisemptyaTest(void); + +int disemptyaTest(void); + +int cisemptyaTest(void); + +int zisemptyaTest(void); + +int testIsEmpty(void); + +#endif /* ! __TESTISEMPTY_H__ */ |