mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
test/unit: Add convenience Makefile
To allow running them easily on *nix without changing directory.
This commit is contained in:
parent
35550eeab3
commit
d0c214feff
8
test/unit/Makefile
Normal file
8
test/unit/Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user