Difference between revisions of "Uno/Binary/Test/Purpose Environments"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Added 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]]: UTF2
+
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]]  [[Uno/Meta/Organization#States|State]]: {{Uno/CWS|SRC680|bunoexttm}}
  
 
==Tests==
 
==Tests==
 
Calls the Environment Tester.
 
Calls the Environment Tester.
 +
 +
==Build==
 +
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/purpose_envs
 +
dmake
 +
cd -
  
 
==Execute==
 
==Execute==
  <platform>/bin/purpose_envs.test.pl
+
  cd <platform>/bin
 +
# UNIX
 +
./purpose_envs.test.pl
 +
# Windows
 +
perl5 purpose_envs.test.pl
  
 
==Files==
 
==Files==
Line 12: Line 24:
  
  
[[Category:Uno:Binary:Test]]
+
[[Category:Module:CPPU]]
[[Category:Uno:Binary:CPPU:Test]]
+
[[Category:Test]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Binary]]

Latest revision as of 12:45, 22 June 2007

Type: test State: bunoexttm

Tests

Calls the Environment Tester.

Build

cd test/env_tester
dmake
cd -
cd test/purpose_envs
dmake
cd -

Execute

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

Files

  • udk:cppu/test/purpose_envs/makefile.mk
  • udk:cppu/test/purpose_envs/purpose_envs.test.pl
Personal tools