summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-08-02 11:44:03 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2018-08-06 14:42:33 +0200
commitc1a1f2b86a8d5ef912f046681d739e42136595ec (patch)
tree6d4491c975578610e98e895d26ee62026db30196 /tests
parent47980a2649bb6b0f5c36dfff931faa2b2649961e (diff)
tests: More ideas to test
* The ATR code paths are not covered * The card resets code paths are not covered Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Robert Relyea <rrelyea@redhat.com> Message-Id: <20180802094407.4104-32-jjelen@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/libcacard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libcacard.c b/tests/libcacard.c
index 8ec85bf..5acb15c 100644
--- a/tests/libcacard.c
+++ b/tests/libcacard.c
@@ -1111,6 +1111,7 @@ int main(int argc, char *argv[])
g_test_add_func("/libcacard/invalid-acr", test_invalid_acr);
/* Even without the card, the passthrough applets are present */
g_test_add_func("/libcacard/passthrough-applet", test_passthrough_applet);
+ /* TODO: Card/reader resets + ATR tests */
g_test_add_func("/libcacard/remove", test_remove);
ret = g_test_run();