summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2013-08-12 17:34:10 +0200
committerMichael Brown2013-08-12 18:02:50 +0200
commitd105627928b90c2031894e1771098848cc74a7c0 (patch)
tree2fa4d2c4bc150b6acb5d1aae9cf1c9e861729507 /src/tests/tests.c
parent[settings] Expose CPUID instruction via settings mechanism (diff)
downloadipxe-d105627928b90c2031894e1771098848cc74a7c0.tar.gz
ipxe-d105627928b90c2031894e1771098848cc74a7c0.tar.xz
ipxe-d105627928b90c2031894e1771098848cc74a7c0.zip
[test] Add self-tests for snprintf()
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 7c99a527..f965e6e3 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -28,6 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
/* Drag in all applicable self-tests */
REQUIRE_OBJECT ( memcpy_test );
REQUIRE_OBJECT ( string_test );
+REQUIRE_OBJECT ( vsprintf_test );
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( base64_test );