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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Added build instructions ...)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
+
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]] [[Uno/Meta/Organization#States|State]]: {{Uno/CWS|SRC680|bunoexttm}}
version: {{REVISIONID}} <br>
+
state:  UTF2          <br>
+
created: 12/21/2005    <br>
+
type:    test          <br>
+
  
== Binary UNO ==
+
==Tests==
=== Purpose Environment ===
+
Calls the Environment Tester.
  
;Tests:
+
==Build==
: Calls the Environment Tester.
+
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
  
;Known Issues: None.
+
==Files==
 +
* udk:cppu/test/purpose_envs/makefile.mk
 +
* udk:cppu/test/purpose_envs/purpose_envs.test.pl
  
;Files:
+
 
:* test/purpose_envs/TestEnvironment.cxx  -r1.1.2.1          - deleted
+
[[Category:Module:CPPU]]
:* test/purpose_envs/TestEnvironment.def  -r1.1.2.1          - deleted
+
[[Category:Test]]
:* test/purpose_envs/makefile.mk          -r1.1.2.1 -r1.1.2.5
+
[[Category:Uno]]
:* test/purpose_envs/purpose_envs.test.pl  -r1.1.2.1 -r1.1.2.3
+
[[Category:Uno:Binary]]
:* test/purpose_envs/purpose_envs.test.cxx -r1.1.2.1 -r1.1.2.2 - deleted
+

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