User Tools

Site Tools


releases:3.2.0:developersguide:testsuite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

releases:3.2.0:developersguide:testsuite [2014/11/11 14:52]
releases:3.2.0:developersguide:testsuite [2014/11/11 14:52] (current)
Line 1: Line 1:
 +====== The MINIX 3 Test Suite ======
 +
 +The MINIX 3 sources include a test suite in ///​usr/​src/​test//​. Primarily, it tests POSIX conformance. This page describes how to run the test suite.
 +
 +===== Compile the test suite =====
 +
 +To test MINIX 3, at the command prompt (#) type 
 +
 +<​code>​
 +cd /​usr/​src/​test
 +make
 +</​code>​
 +
 +and wait until it completes all the compilations.
 +
 +===== Run the test suite =====
 +
 +To test the system, type
 +
 +<​code>​
 +cd /​usr/​src/​test
 +./run
 +</​code>​
 +
 +to run the test programs. Note: the full test set will be performed only when you are root, so you should start the "​run"​ script as root. The script will perform some tests as the "​bin"​ user, and it will automatically change the owner of the /​usr/​src/​test directory to "​bin"​ for that purpose. If you really want to run the script as a non-root user, make sure to perform that step manually first.
  
releases/3.2.0/developersguide/testsuite.txt · Last modified: 2014/11/11 14:52 (external edit)