Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix warnings | Jacob Erlbeck | 2013-10-08 | 1 | -1/+3 |
| | | | | | | This fixes warnings that are raised by missing includes, missing casts, missing return statements, using printf %lu with uint64_t, and unused symbols. | ||||
* | build: simplify test handling and speed up build. | Diego Elio Pettenò | 2012-06-30 | 1 | -8/+0 |
| | | | | | | | | | | | | Instead of using a ./configure parameter to decide whehter to build tests or not, use the check_PROGRAMS variable so that the tests are only built when running `make check`. To avoid slowing down the test phase itself, collapse the declaration of the test targets in the tests/Makefile.am file, this way they can be built and linked in parallel before the testsuite is executed. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | auth: Update test result with the new OP/OPC output | Holger Hans Peter Freyther | 2012-03-21 | 1 | -0/+2 |
| | |||||
* | milenage: Add function to compute OPC from OP and K | Harald Welte | 2012-03-21 | 1 | -0/+20 |
| | |||||
* | auth_core: don't use anonymous unions to make certain gcc versions happy | Harald Welte | 2011-12-07 | 1 | -2/+2 |
| | |||||
* | milenage_test: make sure test output is what .ok file expects | Harald Welte | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | milenage_test: make sure test result matches expectations | Harald Welte | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | whitespace fixes in milenage_test.ok | Harald Welte | 2011-12-07 | 1 | -7/+7 |
| | |||||
* | add autotest script for milenage/auth testing | Harald Welte | 2011-12-07 | 3 | -0/+94 |