summaryrefslogtreecommitdiff
path: root/tests/library/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-18 17:29:24 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-18 17:29:24 +0200
commit9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322 (patch)
tree77c5af1b4bf80c0eea8a23844cfb1872d211aba5 /tests/library/GNUmakefile
parent78420e31a260353b1c34ca019c0c8cabd292cca6 (diff)
downloadwolfbones-9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322.tar.gz
wolfbones-9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322.tar.bz2
added building of the test library
Diffstat (limited to 'tests/library/GNUmakefile')
-rw-r--r--tests/library/GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile
index 18ae8aa..18e69f7 100644
--- a/tests/library/GNUmakefile
+++ b/tests/library/GNUmakefile
@@ -9,6 +9,14 @@ INCLUDE_LIBS = \
TEST_BINS = \
test_loader$(EXE)
+DYNAMIC_LIB = testlib.so
+DYNAMIC_LIB_MAJOR = 0
+DYNAMIC_LIB_MINOR = 0
+DYNAMIC_LIB_PATCH = 0
+
+OBJS = \
+ testlib.o
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
local_all: