aboutsummaryrefslogtreecommitdiff
path: root/src/test.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-04 13:24:21 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-04 13:24:21 +0200
commit1cea40f2a843a4db16160b4f620cefd736fc76b5 (patch)
treee60c4fb3892278e322d258fd0a98c2d0bb600d9a /src/test.h
parentc65006ca5107f59e612678891df26d3991823321 (diff)
downloaddns-1cea40f2a843a4db16160b4f620cefd736fc76b5.tar.gz
Add packet parser fuzzer test
Diffstat (limited to 'src/test.h')
-rw-r--r--src/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test.h b/src/test.h
index 885e304..ea3543d 100644
--- a/src/test.h
+++ b/src/test.h
@@ -24,6 +24,8 @@ int test_tree ();
int test_dns_parsing ();
-int test_dns_parsing_fuzz();
+int test_dns_qname_fuzz();
+
+int test_dns_message_fuzz();
#endif