tests/Makefile

changeset 1063
e453e717876e
parent 1050
3df63e95921a
--- a/tests/Makefile	Sat Dec 28 17:31:28 2024 +0100
+++ b/tests/Makefile	Sat Dec 28 17:32:36 2024 +0100
@@ -92,7 +92,7 @@
  ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \
  ../src/cx/buffer.h ../src/cx/array_list.h ../src/cx/list.h \
  ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \
- ../src/cx/mempool.h
+ ../src/cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 
@@ -134,7 +134,7 @@
 
 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \
  ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
- ../src/cx/string.h ../src/cx/allocator.h
+ ../src/cx/string.h ../src/cx/allocator.h ../src/cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 

mercurial