fix: Makefile .gitignore into functional tests

This commit is contained in:
Coline
2022-06-28 15:11:19 +02:00
parent ebc0e24589
commit 18b74a582c
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
/node_modules
/snapshots-tmp
/elfs
/lib
+8
View File
@@ -0,0 +1,8 @@
MAKEFLAGS += --no-print-directory
all:
./build_local_test_elfs.sh
yarn install
yarn test
.PHONY: all