summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjofret2010-06-23 20:18:28 +0000
committerjofret2010-06-23 20:18:28 +0000
commit93f4030ac77b16dcab5f237b706e4fe247ed8f49 (patch)
tree3173d7f18ca7e39cb8bd1fbf0c562fc8f8f4a9f7
parentba7cc043e2f8f9d0e2f5f5bf058af2441b2c50d8 (diff)
downloadscilab2c-93f4030ac77b16dcab5f237b706e4fe247ed8f49.tar.gz
scilab2c-93f4030ac77b16dcab5f237b706e4fe247ed8f49.tar.bz2
scilab2c-93f4030ac77b16dcab5f237b706e4fe247ed8f49.zip
Adding all unit tests
-rw-r--r--scilab2c/tests/unit_tests/double/test_Convol.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Det.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Disp.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Expm.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_FFTShift.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Fft.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_IFFT.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Length.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Lev.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Meanf.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpApex.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpCc.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpColon.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpDotApex.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpDotBackSlash.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpDotHat.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpDotSlash.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpDotStar.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpEqual.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpExt.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpHat.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpIns.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogAnd.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogEq.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogGe.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogGt.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogLe.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogLt.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogNe.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogNot.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpLogOr.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpMinus.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpPlus.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpRc.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpSlash.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_OpStar.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Size.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Spec.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Stdevf.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Trace.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_Type.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_abs.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_acos.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_acosh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_asin.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_asinh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_atan.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_atanh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_ceil.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_chol.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_conj.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_cos.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_cosh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_exp.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_eye.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_fix.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_floor.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_imag.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_int.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_inv.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_isnan.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_log.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_log10.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_log1p.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_max.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_mean.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_min.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_ones.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_prod.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_rand.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_real.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_round.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_sign.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_sin.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_sinh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_sqrt.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_st_deviation.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_sum.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_tanh.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_variance.sci.tst22
-rw-r--r--scilab2c/tests/unit_tests/double/test_zeros.sci.tst22
81 files changed, 1782 insertions, 0 deletions
diff --git a/scilab2c/tests/unit_tests/double/test_Convol.sci.tst b/scilab2c/tests/unit_tests/double/test_Convol.sci.tst
new file mode 100644
index 00000000..142f545e
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Convol.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Convol.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Det.sci.tst b/scilab2c/tests/unit_tests/double/test_Det.sci.tst
new file mode 100644
index 00000000..233d9fa2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Det.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Det.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Disp.sci.tst b/scilab2c/tests/unit_tests/double/test_Disp.sci.tst
new file mode 100644
index 00000000..e6082fff
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Disp.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Disp.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Expm.sci.tst b/scilab2c/tests/unit_tests/double/test_Expm.sci.tst
new file mode 100644
index 00000000..6649926d
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Expm.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Expm.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_FFTShift.sci.tst b/scilab2c/tests/unit_tests/double/test_FFTShift.sci.tst
new file mode 100644
index 00000000..6bee0fc7
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_FFTShift.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_FFTShift.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Fft.sci.tst b/scilab2c/tests/unit_tests/double/test_Fft.sci.tst
new file mode 100644
index 00000000..ae0c9237
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Fft.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Fft.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_IFFT.sci.tst b/scilab2c/tests/unit_tests/double/test_IFFT.sci.tst
new file mode 100644
index 00000000..187ecd49
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_IFFT.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_IFFT.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Length.sci.tst b/scilab2c/tests/unit_tests/double/test_Length.sci.tst
new file mode 100644
index 00000000..ca10b763
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Length.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Length.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Lev.sci.tst b/scilab2c/tests/unit_tests/double/test_Lev.sci.tst
new file mode 100644
index 00000000..9a64e0ee
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Lev.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Lev.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Meanf.sci.tst b/scilab2c/tests/unit_tests/double/test_Meanf.sci.tst
new file mode 100644
index 00000000..eb725a4d
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Meanf.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Meanf.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpApex.sci.tst b/scilab2c/tests/unit_tests/double/test_OpApex.sci.tst
new file mode 100644
index 00000000..53f7c600
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpApex.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpApex.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpCc.sci.tst b/scilab2c/tests/unit_tests/double/test_OpCc.sci.tst
new file mode 100644
index 00000000..bee72f9d
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpCc.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpCc.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpColon.sci.tst b/scilab2c/tests/unit_tests/double/test_OpColon.sci.tst
new file mode 100644
index 00000000..5245211c
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpColon.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpColon.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpDotApex.sci.tst b/scilab2c/tests/unit_tests/double/test_OpDotApex.sci.tst
new file mode 100644
index 00000000..db9a2fa4
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpDotApex.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpDotApex.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpDotBackSlash.sci.tst b/scilab2c/tests/unit_tests/double/test_OpDotBackSlash.sci.tst
new file mode 100644
index 00000000..9310b6cd
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpDotBackSlash.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpDotBackSlash.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpDotHat.sci.tst b/scilab2c/tests/unit_tests/double/test_OpDotHat.sci.tst
new file mode 100644
index 00000000..55632171
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpDotHat.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpDotHat.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpDotSlash.sci.tst b/scilab2c/tests/unit_tests/double/test_OpDotSlash.sci.tst
new file mode 100644
index 00000000..4f630b8b
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpDotSlash.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpDotSlash.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpDotStar.sci.tst b/scilab2c/tests/unit_tests/double/test_OpDotStar.sci.tst
new file mode 100644
index 00000000..293b9fd2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpDotStar.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpDotStar.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpEqual.sci.tst b/scilab2c/tests/unit_tests/double/test_OpEqual.sci.tst
new file mode 100644
index 00000000..01c60c89
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpEqual.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpEqual.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpExt.sci.tst b/scilab2c/tests/unit_tests/double/test_OpExt.sci.tst
new file mode 100644
index 00000000..68283f2f
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpExt.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpExt.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpHat.sci.tst b/scilab2c/tests/unit_tests/double/test_OpHat.sci.tst
new file mode 100644
index 00000000..5131afea
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpHat.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpHat.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpIns.sci.tst b/scilab2c/tests/unit_tests/double/test_OpIns.sci.tst
new file mode 100644
index 00000000..eb619816
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpIns.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpIns.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogAnd.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogAnd.sci.tst
new file mode 100644
index 00000000..a1c7873f
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogAnd.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogAnd.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogEq.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogEq.sci.tst
new file mode 100644
index 00000000..32caa2de
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogEq.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogEq.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogGe.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogGe.sci.tst
new file mode 100644
index 00000000..6386ecef
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogGe.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogGe.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogGt.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogGt.sci.tst
new file mode 100644
index 00000000..89707995
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogGt.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogGt.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogLe.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogLe.sci.tst
new file mode 100644
index 00000000..a02cf4e2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogLe.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogLe.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogLt.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogLt.sci.tst
new file mode 100644
index 00000000..107f5d9d
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogLt.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogLt.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogNe.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogNe.sci.tst
new file mode 100644
index 00000000..b51c27fb
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogNe.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogNe.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogNot.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogNot.sci.tst
new file mode 100644
index 00000000..3206e582
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogNot.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogNot.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpLogOr.sci.tst b/scilab2c/tests/unit_tests/double/test_OpLogOr.sci.tst
new file mode 100644
index 00000000..7e34580e
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpLogOr.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpLogOr.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpMinus.sci.tst b/scilab2c/tests/unit_tests/double/test_OpMinus.sci.tst
new file mode 100644
index 00000000..a1d4dc19
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpMinus.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpMinus.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpPlus.sci.tst b/scilab2c/tests/unit_tests/double/test_OpPlus.sci.tst
new file mode 100644
index 00000000..c3964088
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpPlus.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpPlus.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpRc.sci.tst b/scilab2c/tests/unit_tests/double/test_OpRc.sci.tst
new file mode 100644
index 00000000..ddaa0475
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpRc.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpRc.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpSlash.sci.tst b/scilab2c/tests/unit_tests/double/test_OpSlash.sci.tst
new file mode 100644
index 00000000..7f5432bd
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpSlash.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpSlash.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_OpStar.sci.tst b/scilab2c/tests/unit_tests/double/test_OpStar.sci.tst
new file mode 100644
index 00000000..cda1562e
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_OpStar.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_OpStar.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Size.sci.tst b/scilab2c/tests/unit_tests/double/test_Size.sci.tst
new file mode 100644
index 00000000..d2ae45e9
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Size.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Size.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Spec.sci.tst b/scilab2c/tests/unit_tests/double/test_Spec.sci.tst
new file mode 100644
index 00000000..c7a9a244
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Spec.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Spec.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Stdevf.sci.tst b/scilab2c/tests/unit_tests/double/test_Stdevf.sci.tst
new file mode 100644
index 00000000..d596054e
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Stdevf.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Stdevf.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Trace.sci.tst b/scilab2c/tests/unit_tests/double/test_Trace.sci.tst
new file mode 100644
index 00000000..5d663112
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Trace.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Trace.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_Type.sci.tst b/scilab2c/tests/unit_tests/double/test_Type.sci.tst
new file mode 100644
index 00000000..202ae1bb
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_Type.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_Type.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_abs.sci.tst b/scilab2c/tests/unit_tests/double/test_abs.sci.tst
new file mode 100644
index 00000000..45d5e7c5
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_abs.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_abs.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_acos.sci.tst b/scilab2c/tests/unit_tests/double/test_acos.sci.tst
new file mode 100644
index 00000000..72ecea73
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_acos.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_acos.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_acosh.sci.tst b/scilab2c/tests/unit_tests/double/test_acosh.sci.tst
new file mode 100644
index 00000000..35a485db
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_acosh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_acosh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_asin.sci.tst b/scilab2c/tests/unit_tests/double/test_asin.sci.tst
new file mode 100644
index 00000000..1b024baf
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_asin.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_asin.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_asinh.sci.tst b/scilab2c/tests/unit_tests/double/test_asinh.sci.tst
new file mode 100644
index 00000000..3dda4bc4
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_asinh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_asinh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_atan.sci.tst b/scilab2c/tests/unit_tests/double/test_atan.sci.tst
new file mode 100644
index 00000000..f499d67c
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_atan.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_atan.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_atanh.sci.tst b/scilab2c/tests/unit_tests/double/test_atanh.sci.tst
new file mode 100644
index 00000000..7009ce41
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_atanh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_atanh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_ceil.sci.tst b/scilab2c/tests/unit_tests/double/test_ceil.sci.tst
new file mode 100644
index 00000000..d1a904dd
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_ceil.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_ceil.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_chol.sci.tst b/scilab2c/tests/unit_tests/double/test_chol.sci.tst
new file mode 100644
index 00000000..b87ef475
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_chol.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_chol.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_conj.sci.tst b/scilab2c/tests/unit_tests/double/test_conj.sci.tst
new file mode 100644
index 00000000..ca938286
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_conj.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_conj.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_cos.sci.tst b/scilab2c/tests/unit_tests/double/test_cos.sci.tst
new file mode 100644
index 00000000..381d6426
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_cos.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_cos.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_cosh.sci.tst b/scilab2c/tests/unit_tests/double/test_cosh.sci.tst
new file mode 100644
index 00000000..f1d787f0
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_cosh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_cosh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_exp.sci.tst b/scilab2c/tests/unit_tests/double/test_exp.sci.tst
new file mode 100644
index 00000000..71c10e40
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_exp.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_exp.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_eye.sci.tst b/scilab2c/tests/unit_tests/double/test_eye.sci.tst
new file mode 100644
index 00000000..f0ff26a2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_eye.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_eye.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_fix.sci.tst b/scilab2c/tests/unit_tests/double/test_fix.sci.tst
new file mode 100644
index 00000000..6517a04c
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_fix.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_fix.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_floor.sci.tst b/scilab2c/tests/unit_tests/double/test_floor.sci.tst
new file mode 100644
index 00000000..71218567
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_floor.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_floor.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_imag.sci.tst b/scilab2c/tests/unit_tests/double/test_imag.sci.tst
new file mode 100644
index 00000000..4a5ee069
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_imag.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_imag.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_int.sci.tst b/scilab2c/tests/unit_tests/double/test_int.sci.tst
new file mode 100644
index 00000000..8e9d38a2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_int.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_int.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_inv.sci.tst b/scilab2c/tests/unit_tests/double/test_inv.sci.tst
new file mode 100644
index 00000000..8705b2ef
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_inv.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_inv.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_isnan.sci.tst b/scilab2c/tests/unit_tests/double/test_isnan.sci.tst
new file mode 100644
index 00000000..39b7b157
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_isnan.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_isnan.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_log.sci.tst b/scilab2c/tests/unit_tests/double/test_log.sci.tst
new file mode 100644
index 00000000..dc639fa5
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_log.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_log.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_log10.sci.tst b/scilab2c/tests/unit_tests/double/test_log10.sci.tst
new file mode 100644
index 00000000..d202743f
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_log10.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_log10.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_log1p.sci.tst b/scilab2c/tests/unit_tests/double/test_log1p.sci.tst
new file mode 100644
index 00000000..24a31402
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_log1p.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_log1p.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_max.sci.tst b/scilab2c/tests/unit_tests/double/test_max.sci.tst
new file mode 100644
index 00000000..c6f8c0e0
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_max.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_max.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_mean.sci.tst b/scilab2c/tests/unit_tests/double/test_mean.sci.tst
new file mode 100644
index 00000000..93cbc710
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_mean.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_mean.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_min.sci.tst b/scilab2c/tests/unit_tests/double/test_min.sci.tst
new file mode 100644
index 00000000..773a5806
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_min.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_min.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_ones.sci.tst b/scilab2c/tests/unit_tests/double/test_ones.sci.tst
new file mode 100644
index 00000000..6a9dece2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_ones.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_ones.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_prod.sci.tst b/scilab2c/tests/unit_tests/double/test_prod.sci.tst
new file mode 100644
index 00000000..35f4c0cf
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_prod.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_prod.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_rand.sci.tst b/scilab2c/tests/unit_tests/double/test_rand.sci.tst
new file mode 100644
index 00000000..ee109eb5
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_rand.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_rand.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_real.sci.tst b/scilab2c/tests/unit_tests/double/test_real.sci.tst
new file mode 100644
index 00000000..9c0eaf87
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_real.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_real.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_round.sci.tst b/scilab2c/tests/unit_tests/double/test_round.sci.tst
new file mode 100644
index 00000000..b066513c
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_round.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_round.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_sign.sci.tst b/scilab2c/tests/unit_tests/double/test_sign.sci.tst
new file mode 100644
index 00000000..f9300052
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_sign.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_sign.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_sin.sci.tst b/scilab2c/tests/unit_tests/double/test_sin.sci.tst
new file mode 100644
index 00000000..1aed04e2
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_sin.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_sin.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_sinh.sci.tst b/scilab2c/tests/unit_tests/double/test_sinh.sci.tst
new file mode 100644
index 00000000..fa43eadc
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_sinh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_sinh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_sqrt.sci.tst b/scilab2c/tests/unit_tests/double/test_sqrt.sci.tst
new file mode 100644
index 00000000..c208a041
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_sqrt.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_sqrt.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_st_deviation.sci.tst b/scilab2c/tests/unit_tests/double/test_st_deviation.sci.tst
new file mode 100644
index 00000000..81f13cba
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_st_deviation.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_st_deviation.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_sum.sci.tst b/scilab2c/tests/unit_tests/double/test_sum.sci.tst
new file mode 100644
index 00000000..126e40f6
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_sum.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_sum.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_tanh.sci.tst b/scilab2c/tests/unit_tests/double/test_tanh.sci.tst
new file mode 100644
index 00000000..424da85b
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_tanh.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_tanh.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_variance.sci.tst b/scilab2c/tests/unit_tests/double/test_variance.sci.tst
new file mode 100644
index 00000000..b8615908
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_variance.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_variance.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file
diff --git a/scilab2c/tests/unit_tests/double/test_zeros.sci.tst b/scilab2c/tests/unit_tests/double/test_zeros.sci.tst
new file mode 100644
index 00000000..d709a749
--- /dev/null
+++ b/scilab2c/tests/unit_tests/double/test_zeros.sci.tst
@@ -0,0 +1,22 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2010-2010 - DIGITEO - Bruno JOFRET
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+//
+//
+
+// <-- ENGLISH IMPOSED -->
+
+// <-- JVM NOT MANDATORY -->
+
+//global SCI2CHOME;
+scilab2c(SCI2CHOME+"/tests/unit_tests/double/test_zeros.sci", TMPDIR);
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file