From 785995d2592d8ea27170b225ae9e55af334c4bf4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 24 May 2010 21:05:57 +0200 Subject: fixed dependencies in loader test --- tests/library/GNUmakefile | 1 + tests/library/test_loader.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile index 18e69f7..8f13ced 100644 --- a/tests/library/GNUmakefile +++ b/tests/library/GNUmakefile @@ -19,6 +19,7 @@ OBJS = \ -include $(TOPDIR)/makefiles/gmake/sub.mk +test_loader$(EXE): $(TOPDIR)/src/libwolf.a $(DYNAMIC_LIB).$(DYNAMIC_LIB_MAJOR).$(DYNAMIC_LIB_MINOR).$(DYNAMIC_LIB_PATCH) local_all: local_clean: diff --git a/tests/library/test_loader.c b/tests/library/test_loader.c index 75f968b..37b549b 100644 --- a/tests/library/test_loader.c +++ b/tests/library/test_loader.c @@ -26,7 +26,7 @@ #else #define LIBRARY_NAME "./testlib.so.0.0.0" #endif -#define LIBRARY_FUNC "multiply_by_two2" +#define LIBRARY_FUNC "multiply_by_two" int main( void ) { wolf_library_p library; -- cgit v1.2.3-54-g00ecf