summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-13 20:21:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-13 20:21:31 +0200
commitd1ed63e35e95bdc73b20cebd9123d8a2d7a43ec1 (patch)
treeef0a2c210f3bd081785235575bac2e3addb7d525 /tests
parent7704c015826d571fdd9af6f1d691410f6b6355ac (diff)
downloadwolfbones-d1ed63e35e95bdc73b20cebd9123d8a2d7a43ec1.tar.gz
wolfbones-d1ed63e35e95bdc73b20cebd9123d8a2d7a43ec1.tar.bz2
removed most of the C++ stuff
added a TEST_DYNAMIC_* variables in order to be able to build test libraries (as for testing the library loader)
Diffstat (limited to 'tests')
-rw-r--r--tests/library/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile
index 8b5ecc7..7b63f04 100644
--- a/tests/library/GNUmakefile
+++ b/tests/library/GNUmakefile
@@ -9,10 +9,10 @@ INCLUDE_LIBS = \
TEST_BINS = \
test_loader$(EXE)
-DYNAMIC_LIB = testlib.so
-DYNAMIC_LIB_MAJOR = 0
-DYNAMIC_LIB_MINOR = 0
-DYNAMIC_LIB_PATCH = 0
+TEST_DYNAMIC_LIB = testlib.so
+TEST_DYNAMIC_LIB_MAJOR = 0
+TEST_DYNAMIC_LIB_MINOR = 0
+TEST_DYNAMIC_LIB_PATCH = 0
OBJS = \
testlib.o