diff options
author | jofret | 2007-04-18 16:46:20 +0000 |
---|---|---|
committer | jofret | 2007-04-18 16:46:20 +0000 |
commit | 9155c88f6221838ac3611d9cd651261663a37d1a (patch) | |
tree | 05f2e86ac01a7389b62d70bc974607f211c65bd6 /src/test/constant.h | |
parent | 771e292d6db8a486824193b85854f86057278647 (diff) | |
download | scilab2c-9155c88f6221838ac3611d9cd651261663a37d1a.tar.gz scilab2c-9155c88f6221838ac3611d9cd651261663a37d1a.tar.bz2 scilab2c-9155c88f6221838ac3611d9cd651261663a37d1a.zip |
Moving all tests in each function.
Better management with Autotools.
Make check is now available !!
Diffstat (limited to 'src/test/constant.h')
-rw-r--r-- | src/test/constant.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/test/constant.h b/src/test/constant.h deleted file mode 100644 index 473ea6a2..00000000 --- a/src/test/constant.h +++ /dev/null @@ -1,19 +0,0 @@ -/* -** -*- C -*- -** -** constant.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Mar 30 12:03:14 2007 jofret -** Last update Fri Mar 30 12:03:48 2007 jofret -** -** Copyright INRIA 2007 -*/ - -#ifndef _CONSTANT_H_ -#define _CONSTANT_H_ - -#define PI 3.1415826535 - -#endif /* !_CONSTANT_H_ */ - |