summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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