fix: Makefile .gitignore into functional tests
This commit is contained in:
8
tests/functional/Makefile
Normal file
8
tests/functional/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
||||
all:
|
||||
./build_local_test_elfs.sh
|
||||
yarn install
|
||||
yarn test
|
||||
|
||||
.PHONY: all
|
||||
Reference in New Issue
Block a user