Difference between revisions of "Uno/Binary/Test/Thread Affinity Bridge"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Added build instructions ...)
 
Line 3: Line 3:
 
==Tests==
 
==Tests==
 
Environment gets entered / invoked / left as expected.
 
Environment gets entered / invoked / left as expected.
 +
 +
==Build==
 +
cd test/EnvStack_tester
 +
dmake
 +
cd -
 +
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/AffineBridge
 +
dmake
 +
cd -
  
 
==Execute==
 
==Execute==
  <platform>/bin/AffineBridge.test.pl
+
  cd <platform>/bin
 +
# UNIX
 +
./AffineBridge.test.pl
 +
# Windows
 +
perl5 AffineBridge.test.pl
  
 
==Files==
 
==Files==

Latest revision as of 12:43, 22 June 2007

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

Tests

Environment gets entered / invoked / left as expected.

Build

cd test/EnvStack_tester
dmake
cd -
cd test/env_tester
dmake
cd -
cd test/AffineBridge
dmake
cd -

Execute

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

Files

  • cppu/test/ThreadEnvironment/ThreadEnvironment.test.pl
  • cppu/test/ThreadEnvironment/makefile.mk
Personal tools