aboutsummaryrefslogtreecommitdiffstats
path: root/examples/string
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-06-13 20:57:07 -0400
committerGravatar Peter McGoron 2024-06-13 20:57:07 -0400
commit3d7e39cfd2ac5c617c0d7e059d7b90a918307507 (patch)
tree1c3ddbd744c3221c0c3a015df639061b4c412637 /examples/string
parentchange uns_root_ptr to uns_ctr (diff)
hashtable test
Diffstat (limited to '')
-rw-r--r--examples/string/Makefile2
-rw-r--r--examples/test_common.c (renamed from examples/string/test_common.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/string/Makefile b/examples/string/Makefile
index 25352a8..bf70827 100644
--- a/examples/string/Makefile
+++ b/examples/string/Makefile
@@ -1,6 +1,6 @@
.PHONY: test clean
TESTS=test_small.test test_inefficient.test test_large.test
-COMMON_OBJS=test_common.o uns_string.o
+COMMON_OBJS=../test_common.o uns_string.o
.SUFFIXES: .test
CFLAGS=-Wall -Wno-overlength-strings -std=c89 -Werror -pedantic -fPIC -g -Iinclude
diff --git a/examples/string/test_common.c b/examples/test_common.c
index de12d93..de12d93 100644
--- a/examples/string/test_common.c
+++ b/examples/test_common.c