aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2022-03-23 14:57:53 +0000
committerMichael Brown <mcb30@ipxe.org>2022-03-24 12:58:52 +0000
commit614c3f43a12cd6be6d79d7a8a63cfa603ff9d49f (patch)
tree2fd90e1ec06866b33e1ea77abe6d10a594cf8199 /src/tests/tests.c
parent1e1b9593e6f7d6026f2d6a2109e06a9629ef0ce0 (diff)
downloadipxe-614c3f43a12cd6be6d79d7a8a63cfa603ff9d49f.tar.gz
[acpi] Add MAC address extraction self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 4dd4adf84..5dbbac1b1 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -76,3 +76,4 @@ REQUIRE_OBJECT ( ntlm_test );
REQUIRE_OBJECT ( zlib_test );
REQUIRE_OBJECT ( gzip_test );
REQUIRE_OBJECT ( utf8_test );
+REQUIRE_OBJECT ( acpi_test );