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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Updated state.)
m (Added build instructions ...)
 
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>/bin/helper_purpenv_Base.test.pl
+
  cd <platform>/bin
 +
# UNIX
 +
./helper_purpenv_Base.test.pl
 +
# Windows
 +
perl5 helper_purpenv_Base.test.pl
  
 
==Files==
 
==Files==

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