aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/mm_auth/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-03-31Add MM Auth test; add auth_action_str() functionNeels Hofmeyr1-0/+21
Add basic MM Authentication test setup, with fake DB access and RAND_bytes(). So far implement simple tests for IO error during DB access and missing auth entry. To print the auth action during tests, add struct auth_action_names and auth_action_str() inline function in auth.[hc].