Difference between revisions of "Uno/Cpp/Test/Purpose Bridge Implementation Helper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Updated CWS. Fixed module category.)
m (Added build instructions ...)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]]  [[Uno/Meta/Organization#States|State]]: {{Uno/CWS|SRC680|bunoexttm}}
+
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|Test]]  [[Uno/Meta/Organization#States|State]]: Finished  Availability: URE 1.3 (SRC680_m212)
  
 
==Tests==
 
==Tests==
Line 10: Line 10:
 
ToDo:
 
ToDo:
 
* probe support
 
* probe support
 +
 +
==Build==
 +
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/purpenvhelper
 +
dmake
 +
cd -
  
 
==Execute==
 
==Execute==
  <platform>/helper_purpenv_Base.test.pl
+
  cd <platform>/bin
 +
# UNIX
 +
./helper_purpenv_Base.test.pl
 +
# Windows
 +
perl5 helper_purpenv_Base.test.pl
  
 
==Files==
 
==Files==
* udk:cppu/test/purpenv_Base/makefile.mk
+
* {{Uno/UDKlink|cppu/test/purpenv_Base/makefile.mk}}
* udk:cppu/test/purpenv_Base/TestEnv.cxx
+
* {{Uno/UDKlink|cppu/test/purpenv_Base/TestEnv.cxx}}
* udk:cppu/test/purpenv_Base/TestEnv.def
+
* {{Uno/UDKlink|cppu/test/purpenv_Base/TestEnv.def}}
* udk:cppu/test/purpenv_Base/helper_purpenv_Base.test.pl
+
* {{Uno/UDKlink|cppu/test/purpenv_Base/helper_purpenv_Base.test.pl}}
  
  

Latest revision as of 12:24, 22 June 2007

Type: Test State: Finished Availability: URE 1.3 (SRC680_m212)

Tests

Objects

  • acquired
  • released
  • registered
  • unregistered

ToDo:

  • probe support

Build

cd test/env_tester
dmake
cd -
cd test/purpenvhelper
dmake
cd -

Execute

cd <platform>/bin
# UNIX
./helper_purpenv_Base.test.pl
# Windows
perl5 helper_purpenv_Base.test.pl

Files

Personal tools