diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2008-10-27 23:13:05 +1030 |
---|---|---|
committer | Adrian Johnson <ajohnson@redneon.com> | 2008-10-27 23:13:05 +1030 |
commit | a1a7ec6a056fa36389a48c0f53884ae7e92ebc1a (patch) | |
tree | ed24d97f7c657792b1269faa11a59086148239d6 /test/README | |
parent | 670d942fe3dafbed5ceca234e760f29f793233cb (diff) |
Change ps to ps3 in test/README
The ps target no longer exists.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 4b1f93df..44a11178 100644 --- a/test/README +++ b/test/README @@ -32,7 +32,7 @@ It should contain a (space-, comma-, etc-separated) list of backends to test. To limit the tests run, use the TESTS make variable, which should be a space-separated list of tests to run. For example: - make test TARGETS=image,ps TESTS="zero-alpha" + make test TARGETS=image,ps3 TESTS="zero-alpha" Another very handy mechanism when trying to fix bugs is: |