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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Updated state.)
m (Added build instructions ...)
 
(One intermediate revision by the same user not shown)
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==
Line 16: Line 31:
 
[[Category:Uno]]
 
[[Category:Uno]]
 
[[Category:Uno:Binary]]
 
[[Category:Uno:Binary]]
 +
[[Category:Multi-Threading]]

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