Skip to content

Commit 9abef75

Browse files
committed
Add a Makefile as interface to run tests
Signed-off-by: Ivan Valdes <[email protected]>
1 parent d33f68d commit 9abef75

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default: test
2+
3+
.PHONY: test
4+
test:
5+
./scripts/test.sh

test renamed to scripts/test.sh

File renamed without changes.

0 commit comments

Comments
 (0)