[fdo-commits] r2693 - trunk/Fdo/Python/UnitTest
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Mon Mar 19 15:31:09 EDT 2007
Author: gregboone
Date: 2007-03-19 15:31:09 -0400 (Mon, 19 Mar 2007)
New Revision: 2693
Added:
trunk/Fdo/Python/UnitTest/UnitTests.sh
Log:
Ticket #39: Add Linux Makefile Support -- Work In Progress
Added: trunk/Fdo/Python/UnitTest/UnitTests.sh
===================================================================
--- trunk/Fdo/Python/UnitTest/UnitTests.sh (rev 0)
+++ trunk/Fdo/Python/UnitTest/UnitTests.sh 2007-03-19 19:31:09 UTC (rev 2693)
@@ -0,0 +1,28 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2006 Autodesk, Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of version 2.1 of the GNU Lesser
+# General Public License as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+#
+# Filename: UnitTests.sh
+#
+# Usage: ./UnitTests.sh
+#
+# Description: Executes the unit tests for the Python wrappers on Linux
+#
+
+export PYTHONPATH=/usr/local/fdo-3.3.0/lib:$FDO/Python/UnitTest/Lib:$PYTHONPATH
+
+python Src/main.py
Property changes on: trunk/Fdo/Python/UnitTest/UnitTests.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the fdo-commits
mailing list