初始化版本
This commit is contained in:
11
lwip/lwip-2.2.1/test/unit/Makefile
Normal file
11
lwip/lwip-2.2.1/test/unit/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# Shortcuts to building and running tests on unix platforms.
|
||||
# Output files will be written to the directory listed below.
|
||||
|
||||
all:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE)
|
||||
|
||||
check:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE) check
|
||||
|
||||
clean:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE) clean
|
||||
Reference in New Issue
Block a user