diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-04-17 10:38:30 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-04-17 10:45:41 +0100 |
commit | 46409231ba7c94791a95bda98f90c892bd2c4580 (patch) | |
tree | c59b8d64ae43f20866a2923d7616aa1dc3f51632 /src/tests/tests.c | |
parent | 1d33649516f2046e9fe692d42fffeeec96a2b858 (diff) | |
download | ipxe-46409231ba7c94791a95bda98f90c892bd2c4580.tar.gz |
[test] Add self-tests for setting types
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 ccbdde273..fc1a39780 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -27,6 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* Drag in all applicable self-tests */ REQUIRE_OBJECT ( list_test ); REQUIRE_OBJECT ( byteswap_test ); +REQUIRE_OBJECT ( settings_test ); REQUIRE_OBJECT ( time_test ); REQUIRE_OBJECT ( md5_test ); REQUIRE_OBJECT ( sha1_test ); |