diff options
Diffstat (limited to 'src/test/testCos.h')
-rw-r--r-- | src/test/testCos.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/test/testCos.h b/src/test/testCos.h new file mode 100644 index 00000000..41a9373c --- /dev/null +++ b/src/test/testCos.h @@ -0,0 +1,40 @@ +/* +** -*- C -*- +** +** testCos.h +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** Started on Mon Mar 26 16:33:11 2007 jofret +** Last update Fri Mar 30 12:04:25 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#ifndef _TESTCOS_H_ +#define _TESTCOS_H_ + +#include <stdio.h> +#include <assert.h> +#include "cos.h" +#include "constant.h" + + +void scossTest(void); + +void dcossTest(void); + +void ccossTest(void); + +void zcossTest(void); + +void scosaTest(void); + +void dcosaTest(void); + +void ccosaTest(void); + +void zcosaTest(void); + +int testCos(void); + +#endif /* ! _TESTCOS_H_ */ |