File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
188167test : test_service
189168
190169# OS libraries
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments