fix: Makefile .gitignore into functional tests

This commit is contained in:
Coline
2022-03-10 14:53:45 +01:00
parent ebc0e24589
commit 18b74a582c
2 changed files with 12 additions and 0 deletions

4
tests/functional/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/node_modules
/snapshots-tmp
/elfs
/lib

View File

@@ -0,0 +1,8 @@
MAKEFLAGS += --no-print-directory
all:
./build_local_test_elfs.sh
yarn install
yarn test
.PHONY: all