fix: Makefile .gitignore into functional tests
This commit is contained in:
4
tests/functional/.gitignore
vendored
Normal file
4
tests/functional/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/node_modules
|
||||
/snapshots-tmp
|
||||
/elfs
|
||||
/lib
|
||||
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