Skip to content

Commit b0aa417

Browse files
committed
replace bash script with make file
1 parent 6cdf556 commit b0aa417

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
default:
2+
go test ./antipattern/...
3+
go test ./behavioral/...
4+
go test ./concurrency/...
5+
go test ./creational/...
6+
go test ./structural/...

runtests.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)