Report disabled hw test in the logfile of the test.

This commit is contained in:
Alessio Di Mauro
2015-11-25 15:46:10 +01:00
parent a5387c12e7
commit ab92c90071
+2
View File
@@ -204,6 +204,8 @@ int main(void) {
test_token_info();
test_mechanism_list_and_info();
test_session();
#else
fprintf(stderr, "HARDWARE TESTS DISABLED!, skipping...\n");
#endif
return EXIT_SUCCESS;