diff --git a/tests/functional/.gitignore b/tests/functional/.gitignore new file mode 100644 index 0000000..826d3f0 --- /dev/null +++ b/tests/functional/.gitignore @@ -0,0 +1,4 @@ +/node_modules +/snapshots-tmp +/elfs +/lib \ No newline at end of file diff --git a/tests/functional/Makefile b/tests/functional/Makefile new file mode 100644 index 0000000..82d7706 --- /dev/null +++ b/tests/functional/Makefile @@ -0,0 +1,8 @@ +MAKEFLAGS += --no-print-directory + +all: + ./build_local_test_elfs.sh + yarn install + yarn test + +.PHONY: all \ No newline at end of file