TestScript.h
Go to the documentation of this file.00001 const char FreeCADTest[] ="# FreeCAD test module\n"
00002 "# (c) 2002 Jürgen Riegel\n"
00003 "#\n"
00004 "# Testing the function of the base system and run\n"
00005 "# (if existing) the test function of the modules\n"
00006 "#\n"
00007 "\n"
00008 "#***************************************************************************\n"
00009 "#* (c) Jürgen Riegel (juergen.riegel@web.de) 2002 *\n"
00010 "#* *\n"
00011 "#* This file is part of the FreeCAD CAx development system. *\n"
00012 "#* *\n"
00013 "#* This program is free software; you can redistribute it and/or modify *\n"
00014 "#* it under the terms of the GNU General Public License (GPL) *\n"
00015 "#* as published by the Free Software Foundation; either version 2 of *\n"
00016 "#* the License, or (at your option) any later version. *\n"
00017 "#* for detail see the LICENCE text file. *\n"
00018 "#* *\n"
00019 "#* FreeCAD is distributed in the hope that it will be useful, *\n"
00020 "#* but WITHOUT ANY WARRANTY; without even the implied warranty of *\n"
00021 "#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *\n"
00022 "#* GNU Library General Public License for more details. *\n"
00023 "#* *\n"
00024 "#* You should have received a copy of the GNU Library General Public *\n"
00025 "#* License along with FreeCAD; if not, write to the Free Software *\n"
00026 "#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *\n"
00027 "#* USA *\n"
00028 "#* *\n"
00029 "#* Juergen Riegel 2002 *\n"
00030 "#***************************************************************************/\n"
00031 "\n"
00032 "\n"
00033 "Log (\"FreeCAD test running...\\n\\n\")\n"
00034 "\n"
00035 "import TestApp;TestApp.TestText(\"TestApp.All\")\n"
00036 "\n"
00037 "\n"
00038 "Log (\"FreeCAD test done\\n\")\n"
00039 "\n"
00040 "\n"
00041 ;
00042
00043