[Mobies-commit] [commit] r4266 - UDM/trunk
ksmyth at redhat3.isis.vanderbilt.edu
ksmyth at redhat3.isis.vanderbilt.edu
Thu Mar 6 10:51:24 CST 2014
Author: ksmyth
Date: Thu Mar 6 10:51:23 2014
New Revision: 4266
Log:
msbuild target for test_UdmPython
Modified:
UDM/trunk/make.msbuild
Modified: UDM/trunk/make.msbuild
==============================================================================
--- UDM/trunk/make.msbuild Thu Mar 6 10:51:16 2014 (r4265)
+++ UDM/trunk/make.msbuild Thu Mar 6 10:51:23 2014 (r4266)
@@ -61,6 +61,11 @@
<Exec Command="call scripts\run-ant-on-judm.bat VC9 Release generate test" WorkingDirectory="$(MSBuildThisFileDirectory)"/>
</Target>
+ <Target Name="TestPython">
+ <MSBuild Projects="tests\test_UdmPython\test_UdmPython_models.sln" Targets="Build" Properties="Configuration=Release" />
+ <Exec Command="udm_python_test.py" WorkingDirectory="tests\test_UdmPython"/>
+ </Target>
+
<Target Name="Installer" DependsOnTargets="BuildVS9;BuildVS10;BuildVS10_x64;judm">
<!-- Must build MetaGME2UML before this -->
<!-- TODO: Exec build_msi.py -->
More information about the Mobies-commit
mailing list