diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-04-24 13:38:53 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-04-24 13:40:35 +0100 |
commit | 8f0e0e135670f19ee2b2f6e4ab2ab997ebd543a3 (patch) | |
tree | 84146f2db0d638856e7e30b03fc4089e7adca649 /src/tests/tests.c | |
parent | 5c6aa56f28d45a34521a9fc357236a9b4d81d04d (diff) | |
download | ipxe-8f0e0e135670f19ee2b2f6e4ab2ab997ebd543a3.tar.gz |
[test] Add self-tests for flsl()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r-- | src/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 6691ee902..8c8c6216a 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 ( math_test ); REQUIRE_OBJECT ( vsprintf_test ); REQUIRE_OBJECT ( list_test ); REQUIRE_OBJECT ( byteswap_test ); |