Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 6029010

Browse files
committed
Remove <isc/cmocka.h>
The last use of the cmocka_add_test_byname() helper macro was removed in commit 63fe931. Remove the <isc/cmocka.h> header that defines it.
1 parent 8d36e68 commit 6029010

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

lib/isc/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ libisc_la_HEADERS = \
1616
include/isc/base32.h \
1717
include/isc/base64.h \
1818
include/isc/buffer.h \
19-
include/isc/cmocka.h \
2019
include/isc/commandline.h \
2120
include/isc/condition.h \
2221
include/isc/counter.h \

lib/isc/include/isc/cmocka.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

tests/dns/rdata_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
#define UNIT_TESTING
2525

26-
#include <isc/cmocka.h>
26+
#include <cmocka.h>
27+
2728
#include <isc/commandline.h>
2829
#include <isc/hex.h>
2930
#include <isc/lex.h>

0 commit comments

Comments
 (0)