Difference between revisions of "Uno/Cpp/Test/Environment Descriptor"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(Tests for C++ EnvDcp.)
 
m (Added build instructions ...)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Uno/Meta/Organization#Types|Type]]: [[Uno/Meta/Test|test]]  [[Uno/Meta/Organization#States|State]]: finished [[CWS]]: {{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==
 
* getTypeName
 
* getTypeName
 
* getPurpose
 
* getPurpose
 +
 +
==Build==
 +
cd test/ObjectFactory
 +
dmake
 +
cd -
 +
cd test/EnvDcp
 +
dmake
 +
cd -
  
 
==Execute==
 
==Execute==
  <platform>/bin/EnvDcp.test
+
  cd <platform>/bin
 +
./EnvDcp.test
  
 
==Files==
 
==Files==

Latest revision as of 12:36, 22 June 2007

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

Tests

  • getTypeName
  • getPurpose

Build

cd test/ObjectFactory
dmake
cd -
cd test/EnvDcp
dmake
cd -

Execute

cd <platform>/bin
./EnvDcp.test

Files

Personal tools