From 9155c88f6221838ac3611d9cd651261663a37d1a Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 18 Apr 2007 16:46:20 +0000 Subject: Moving all tests in each function. Better management with Autotools. Make check is now available !! --- src/test/constant.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/test/constant.h (limited to 'src/test/constant.h') 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 -** -** 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_ */ - -- cgit