Skip to content

Commit 2e17912

Browse files
committed
debug: Remove old tests
1 parent 1dbb993 commit 2e17912

7 files changed

Lines changed: 0 additions & 683 deletions

File tree

src/Makefile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -164,27 +164,6 @@ test_service: $(TEST_OBJ) $(CRTI_OBJ) $(CRTN_OBJ)
164164
touch smalldisk
165165
$(LD_INC) -v $(LDOPTS) $(CRTBEGIN_OBJ) $(TEST_OBJ) $(LIBS_OBJ) $(CRTEND_OBJ) -o debug/$@
166166

167-
test_ipv6: CPPOPTS += -DSERVICE_NAME="\"IPv6 Test Service\""
168-
test_ipv6: debug/test_ipv6.o $(CRTI_OBJ) $(CRTN_OBJ)
169-
@echo "\n>> Linking test IPv6 service"
170-
$(LD_INC) -v $(LDOPTS) $(CRTBEGIN_OBJ) debug/test_ipv6.o $(LIBS_OBJ) $(CRTEND_OBJ) -o debug/$@
171-
172-
test_disk: CPPOPTS += -DSERVICE_NAME="\"Virtio-disk Test\""
173-
test_disk: debug/test_disk.o $(CRTI_OBJ) $(CRTN_OBJ) memdisk
174-
@echo "\n>> Linking disk test"
175-
touch smalldisk
176-
$(LD_INC) -v $(LDOPTS) $(CRTBEGIN_OBJ) debug/test_disk.o $(LIBS_OBJ) $(CRTEND_OBJ) memdisk.o -o debug/$@
177-
178-
test_tcp: CPPOPTS += -DSERVICE_NAME="\"TCP Test Service\""
179-
test_tcp: debug/test_tcp.o $(CRTI_OBJ) $(CRTN_OBJ)
180-
@echo "\n>> Linking test TCP service"
181-
$(LD_INC) -v $(LDOPTS) $(CRTBEGIN_OBJ) debug/test_tcp.o $(LIBS_OBJ) $(CRTEND_OBJ) -o debug/$@
182-
183-
test_memory: CPPOPTS += -DSERVICE_NAME="\"Memory test Service\""
184-
test_memory: debug/test_memory.o $(CRTI_OBJ) $(CRTN_OBJ)
185-
$(LD_INC) -v $(LDOPTS) $(CRTBEGIN_OBJ) debug/test_memory.o $(LIBS_OBJ) $(CRTEND_OBJ) -o debug/$@
186-
187-
188167
test: test_service
189168

190169
# OS libraries

src/debug/ircd.hpp

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/debug/ircsplit.hpp

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)