comparison test/automated/README @ 3755:e04d9c69a6fd gsoc2009_unit_tests

Updated README a bit.
author Edgar Simo <bobbens@gmail.com>
date Thu, 06 Aug 2009 17:00:07 +0000
parents 09d4fa3a787a
children
comparison
equal deleted inserted replaced
3754:09d4fa3a787a 3755:e04d9c69a6fd
34 34
35 35
36 36
37 Advanced 37 Advanced
38 38
39 By passing the "-h" or "--help" parameter to testsdl you can get an overview
40 of all the possible options you can set to furthur tweak the testing. A sample
41 of the options would be the following:
42
39 Usage: ./testsdl [OPTIONS] 43 Usage: ./testsdl [OPTIONS]
40 Options are: 44 Options are:
41 -m, --manual enables tests that require user interaction 45 -m, --manual enables tests that require user interaction
42 --noplatform do not run the platform tests 46 --noplatform do not run the platform tests
43 --norwops do not run the rwops tests 47 --norwops do not run the rwops tests
45 --norender do not run the render tests 49 --norender do not run the render tests
46 -v, --verbose increases verbosity level by 1 for each -v 50 -v, --verbose increases verbosity level by 1 for each -v
47 -q, --quiet only displays errors 51 -q, --quiet only displays errors
48 -h, --help display this message and exit 52 -h, --help display this message and exit
49 53
54
55
56 Developers
57
58 See SDL_at.h for developer information.
59