diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-08-12 02:23:14 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-08-16 01:00:27 +0300 |
commit | 5493e9c64964f8273453d539b89c742f36d5f279 (patch) | |
tree | 95b4b967ae6c770ec9382a853344b1ec0eb27898 /tests/Makefile |
Initial import
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..6586b29 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,8 @@ +SCRIPTS=$(wildcard *.sh) + +all: + +clean: + +install: + cp $(SCRIPTS) $(INSTALL_DIR)/ |