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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Updated CWS. Fixed module category.)
m (Added build instructions ...)
 
Line 3: Line 3:
 
==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==

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