summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjofret2010-09-02 14:09:21 +0000
committerjofret2010-09-02 14:09:21 +0000
commitbdfade5e2803f752ad3c98e3e19a2d65900e28dc (patch)
tree345d24c2f8c68e6a71643c0062b59c5115d81c70 /tests
parent4b768b7206e985627228350ce233ba096aad6eb6 (diff)
downloadscilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.tar.gz
scilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.tar.bz2
scilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.zip
Adding Moebius test available within test_run
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/Moebius.tst22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/unit_tests/Moebius.tst b/tests/unit_tests/Moebius.tst
new file mode 100644
index 00000000..3c9e382d
--- /dev/null
+++ b/tests/unit_tests/Moebius.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/test305_Moebius/Moebius.sci",TMPDIR, SCI2CHOME+"/tests/unit_tests/test305_Moebius");
+
+fd = mopen(TMPDIR+"/main.c");
+mgetl(fd)
+mclose(fd); \ No newline at end of file