Fix make check rule in Borland makefile.
This commit is contained in:
parent
2e7b48532b
commit
747a0561d8
@ -32,12 +32,12 @@ all: \
|
||||
examples\tutorial\timer4\timer.exe
|
||||
|
||||
check: all
|
||||
@tests\unit\demuxer_test.exe && \
|
||||
tests\unit\dgram_socket_test.exe && \
|
||||
tests\unit\error_handler_test.exe && \
|
||||
tests\unit\fixed_buffer_test.exe && \
|
||||
tests\unit\socket_acceptor_test.exe && \
|
||||
tests\unit\timer_test.exe
|
||||
@tests\unit\demuxer_test.exe
|
||||
@tests\unit\dgram_socket_test.exe
|
||||
@tests\unit\error_handler_test.exe
|
||||
@tests\unit\fixed_buffer_test.exe
|
||||
@tests\unit\socket_acceptor_test.exe
|
||||
@tests\unit\timer_test.exe
|
||||
|
||||
clean:
|
||||
-del /q /s tests\*.exe
|
||||
|
Loading…
Reference in New Issue
Block a user