summaryrefslogtreecommitdiff
path: root/include/test/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/lib.h')
-rw-r--r--include/test/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/lib.h b/include/test/lib.h
index 04b6241e54a..b19eb863a33 100644
--- a/include/test/lib.h
+++ b/include/test/lib.h
@@ -9,6 +9,6 @@
#include <test/test.h>
/* Declare a new library function test */
-#define LIB_TEST(_name, _flags) UNIT_TEST(_name, _flags, lib_test)
+#define LIB_TEST(_name, _flags) UNIT_TEST(_name, _flags, lib)
#endif /* __TEST_LIB_H__ */