summaryrefslogtreecommitdiff
path: root/src/test/testCos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testCos.h')
-rw-r--r--src/test/testCos.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/test/testCos.h b/src/test/testCos.h
deleted file mode 100644
index 41a9373c..00000000
--- a/src/test/testCos.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-** -*- 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_ */