diff options
author | Linus Nordberg <linus@nordu.net> | 2012-01-19 09:11:48 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-01-19 09:11:48 +0100 |
commit | 6eb1c6fd3f2ff41efa8ecd202750565fd38daeb4 (patch) | |
tree | d61e5963b4ec43e68092e58064469a5429080f97 /lib/tests | |
parent | 563a1d032cd043b82a5c484f34d716ccaf5d66d2 (diff) |
Cosmetic changes.
Language and typos in a README.
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/tests/README b/lib/tests/README index 8280b9e..3745852 100644 --- a/lib/tests/README +++ b/lib/tests/README @@ -1,24 +1,24 @@ Build ----- -In order to build the tests, you'll need libcgreen -(http://www.lastcraft.com/cgreen.php). +In order to build and run the tests, you'll need to have libcgreen +installed (http://www.lastcraft.com/cgreen.php). Run --- NOTE: To run the tests you need -- a RADIUS server running at localhost:1820 with shared sekret +- a RADIUS server running at localhost:1820 with shared secret "sikrit" configured (or whatever "test-udp-auth" in test.conf says) - a user "molgan" with password "password" present in the RADIUS database -This requirement will disappear in the future. +These requirements will disappear in a future release. Run the tests by typing - ./test-udp + make check -The output should be something like +The output should read something like Completed "main": 32 passes, 0 failures, 0 exceptions. |