diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Magefile.go b/Magefile.go index cfc9911..fa549d5 100644 --- a/Magefile.go +++ b/Magefile.go @@ -39,6 +39,11 @@ func TestRPN() error { return sh.RunV("go", "test", "./internal/rpn/...") } +// RPN runs tests for the RPN package (alias for TestRPN). +func RPN() error { + return TestRPN() +} + // Install installs the perc binary to GOPATH/bin. func Install() error { fmt.Println("Installing perc...") |
