Skip to content

Commit 3141a85

Browse files
committed
Add Emscripten pthreads tests README.
1 parent ed4bdd6 commit 3141a85

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SECTIONS:
77
5. How to Contribute
88
6. Who are you?
99
7. Disclaimer
10+
8. Running Emscripten pthreads tests
1011

1112

1213

@@ -120,3 +121,13 @@ Some like to say 'Nih!' from time to time ...
120121
The Open POSIX Test Suite is not affiliated with the IEEE or The Open Group.
121122

122123
* POSIX (R) is a registered trademark of the IEEE
124+
125+
8. Running Emscripten pthreads tests
126+
------------------------------------
127+
128+
This github repository adds Emscripten testing harness for pthreads. To run the Emscripten pthreads tests, perform the following:
129+
130+
1. Add directory posixtestsuite/emcc/ to PATH.
131+
2. Navigate to posixtestsuite/conformance/interfaces/ as the current directory.
132+
3. Make sure to close all existing instanced of Firefox tabs and processes, because the test runner will forcibly terminate browser processes during the run.
133+
4. Run 'run_all_tests.py'

0 commit comments

Comments
 (0)