From 1dc8eb6ccc6f70a51ce0c42773892fcb20806c48 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 20 Dec 2008 21:18:03 +0100 Subject: [PATCH] Disable binary search speed test. Signed-off-by: Florent Bruneau --- common/tst-trie.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/tst-trie.c b/common/tst-trie.c index 8902277..999114e 100644 --- a/common/tst-trie.c +++ b/common/tst-trie.c @@ -165,6 +165,7 @@ static bool test_dicho(const uint8_t *start, uint32_t len, uint8_t data) { return false; } +__attribute__((used)) static void test_lookup(void) { bool set[64]; uint8_t data[64]; @@ -230,7 +231,7 @@ static void test_lookup(void) { int main(int argc, char *argv[]) { - test_lookup(); + /* test_lookup(); */ /* Trivial tests */ -- 2.20.1