From: Florent Bruneau Date: Sat, 20 Dec 2008 20:18:03 +0000 (+0100) Subject: Disable binary search speed test. X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=1dc8eb6ccc6f70a51ce0c42773892fcb20806c48;hp=39e8c944acc71c4e3deaa48d55c09279fd80d81f Disable binary search speed test. Signed-off-by: Florent Bruneau --- 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 */