[Mobies-commit] [commit] r4241 - UDM/trunk/tests/test_UdmPython

endre at redhat3.isis.vanderbilt.edu endre at redhat3.isis.vanderbilt.edu
Mon Jan 13 13:30:07 CST 2014


Author: endre
Date: Mon Jan 13 13:30:07 2014
New Revision: 4241

Log:
Makefile.OSX for test_UdmPython.

Added:
   UDM/trunk/tests/test_UdmPython/Makefile.OSX

Added: UDM/trunk/tests/test_UdmPython/Makefile.OSX
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ UDM/trunk/tests/test_UdmPython/Makefile.OSX	Mon Jan 13 13:30:07 2014	(r4241)
@@ -0,0 +1,14 @@
+include ../../Makefile.OSX.incl
+
+
+all:UdmPythonTestMeta.xsd
+
+
+UdmPythonTestMeta.xsd:UdmPythonTestMeta.xml
+	DYLD_LIBRARY_PATH=$(DYLDLIBRARYPATH) ../../bin/Udm $< -v -d ../../etc -T 
+
+ test:udm_python_test.py udm_python_test.py UdmPythonTest.xml UdmPythonTestMeta.xml UdmPythonTestMeta.xsd
+	DYLD_LIBRARY_PATH=$(DYLDLIBRARYPATH) VERSIONER_PYTHON_PREFER_32_BIT=$(VERSIONER_PYTHON_PREFER_32_BIT) python udm_python_test.py
+
+clean: 
+	rm -f *.o UdmPythonTestMeta.cpp UdmPythonTestMeta.h UdmPythonTestMeta.xsd


More information about the Mobies-commit mailing list