8280b9ef78cc92b6acfa12e152ad5db63848954d
[radsecproxy.git] / lib / tests / README
1 Build
2 -----
3
4 In order to build the tests, you'll need libcgreen
5 (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 sekret
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 This requirement will disappear in the future.
17
18 Run the tests by typing
19
20   ./test-udp
21
22 The output should be something like
23
24   Completed "main": 32 passes, 0 failures, 0 exceptions.