summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-24 21:05:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-24 21:05:57 +0200
commit785995d2592d8ea27170b225ae9e55af334c4bf4 (patch)
tree2ecf34254aead1638aa93e350286105b9142f9ab /tests
parentb13ddadad16b2b39ad00cef1ceb19c865335c0ae (diff)
downloadwolfbones-785995d2592d8ea27170b225ae9e55af334c4bf4.tar.gz
wolfbones-785995d2592d8ea27170b225ae9e55af334c4bf4.tar.bz2
fixed dependencies in loader test
Diffstat (limited to 'tests')
-rw-r--r--tests/library/GNUmakefile1
-rw-r--r--tests/library/test_loader.c2
2 files changed, 2 insertions, 1 deletions
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;