Table of Contents

Test Suite Build System

This page records information about setting up the CSS2.1 test suite and known issues with the build system.

Building the Test Suite

The CSS2.1 Test Suite's final format is generated by a makefile from the XHTML 1.1 source files. To run this process on your own computer, you will need:

This has not been tested on Windows.

Once you have the pre-requisites set up,

  1. Acquire a copy of the test suite source, e.g. by checking out the CSS/CSS2.1-test-suite directory from dev.w3.org.
  2. Run make within the CSS2.1-test-suite directory

The finished tests will be in the newly-created dist directory.

Build Script Issues