3745852287e2086c38d712b1010873c22aed8435
[radsecproxy.git] / lib / tests / README
1 Build
2 -----
3
4 In order to build and run the tests, you'll need to have libcgreen
5 installed (http://www.lastcraft.com/cgreen.php).
6
7
8 Run
9 ---
10
11 NOTE: To run the tests you need 
12 - a RADIUS server running at localhost:1820 with shared secret
13   "sikrit" configured (or whatever "test-udp-auth" in test.conf says)
14 - a user "molgan" with password "password" present in the RADIUS
15   database
16 These requirements will disappear in a future release.
17
18 Run the tests by typing
19
20   make check
21
22 The output should read something like
23
24   Completed "main": 32 passes, 0 failures, 0 exceptions.