Skip to content

Commit b6cca65

Browse files
committed
[makefile] Add test clause
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
1 parent 7655379 commit b6cca65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ release:
5050
@$(MAKE) -s
5151
@zip -r "glibc-x86_64-$(VERSION).zip" ./target/release/swhkd ./target/release/swhks
5252

53+
test:
54+
@cargo test
55+
5356
clean:
5457
@cargo clean
5558

0 commit comments

Comments
 (0)