diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:00 +0000 |
commit | af754e596a8dbb05ed8580c342e7fe02e08b28e0 (patch) | |
tree | b2f334c2b55ede42081aa6710a72da784547d8ea /src/tests/README | |
parent | Initial commit. (diff) | |
download | freeradius-af754e596a8dbb05ed8580c342e7fe02e08b28e0.tar.xz freeradius-af754e596a8dbb05ed8580c342e7fe02e08b28e0.zip |
Adding upstream version 3.2.3+dfsg.upstream/3.2.3+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/tests/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/tests/README b/src/tests/README new file mode 100644 index 0000000..4055d5d --- /dev/null +++ b/src/tests/README @@ -0,0 +1,29 @@ + This is a preliminary test harness for the server. + +$ make tests + + makes all of the tests + +config/* + + virtual server configuration that is used for the tests + +unit/* + unit tests. Mostly parsing tests, to see if we can parse + conditions, xlat expansions, RADIUS attributes, etc. + +xlat/* + dynamic expansions. All stand-alone ones. + e.g. can we turn %{md5:fooo} into the MD5 hash? + +keywords/* + tests of "unlang" keywords. Both parsing and functionality. + +auth/* + tests of authentication methods. + +modules/* + tests for individual modules + +In general, just placing files of the correct format in a directory +will cause them to be picked up by the test harness.
\ No newline at end of file |