mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-09-06 01:00:09 +00:00
test/unit: Add convenience Makefile
To allow running them easily on *nix without changing directory.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user