Skip to content
Snippets Groups Projects
Commit 3773b357 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

[dnssec] tests: remove separate tests for pubkey

The interface is already tested as a part of 'key' tests. It makes no
sense to tests this separately (at the moment).
parent cabb0f8d
Branches
Tags
1 merge request!332libdnssec
......@@ -13,7 +13,6 @@ check_PROGRAMS = \
key \
key_keyid \
key_keytag \
key_pubkey \
nsec_bitmap \
nsec_hash \
random \
......
#include <tap/basic.h>
int main(void)
{
plan_lazy();
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment