Skip to content

Commit 5e68075

Browse files
committed
Add 'test' to Makefile
1 parent 4eb93fe commit 5e68075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ clean:
77
lint:
88
eldev -C --unstable -T lint
99

10+
.PHONY: test
11+
test:
12+
eldev -C --unstable -T test
13+

0 commit comments

Comments
 (0)