diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-23 23:19:22 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-23 23:19:22 +0200 |
commit | bf5d6fc37eec13aa2f65d39607aec007288f2a82 (patch) | |
tree | 4a7cca40c21e250e564d9e3b31910384987d48d3 /doc | |
parent | a5b9337fc88ea9ff4e85220c66a062da44f1c8e1 (diff) | |
download | external_wpa_supplicant_8_ti-bf5d6fc37eec13aa2f65d39607aec007288f2a82.zip external_wpa_supplicant_8_ti-bf5d6fc37eec13aa2f65d39607aec007288f2a82.tar.gz external_wpa_supplicant_8_ti-bf5d6fc37eec13aa2f65d39607aec007288f2a82.tar.bz2 |
Update documentation for uni tests to use the new tests directory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing_tools.doxygen | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/testing_tools.doxygen b/doc/testing_tools.doxygen index a2ae0c2..f14403b 100644 --- a/doc/testing_tools.doxygen +++ b/doc/testing_tools.doxygen @@ -279,14 +279,11 @@ functionality. Most of the tests for cryptographic algorithms are using standard test vectors to validate functionality. These tests can be useful especially when verifying port to a new CPU target. -In most cases, these tests are implemented in the end of the same file -with functions that are normally commented out, but ca be included by -defining a pre-processor variable when building the file separately. -The details of the needed build options are included in the Makefile -(test-* targets). All automated unit tests can be run with +The test programs are collected in the tests subdirectory. All +automated unit tests can be run with \verbatim -make tests +make run-tests \endverbatim This make target builds and runs each test and terminates with zero |