aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 40c935a0..e4c393f6 100644
--- a/Makefile
+++ b/Makefile
@@ -98,18 +98,13 @@ install:
assemble:
./gradlew assemble
-.PHONY: doc
-doc:
- ./gradlew dokkaHtmlMultiModule
- open build/dokka/htmlMultiModule/index.html
-
.PHONY: check
check: install-nobuild-bank-files
./gradlew check
-.PHONY: test
-test: install-nobuild-bank-files
- ./gradlew test --tests $(test) -i
+.PHONY: bank-test
+bank-test: install-nobuild-bank-files
+ ./gradlew :bank:test --tests $(test) -i
.PHONY: nexus-test
nexus-test: install-nobuild-nexus-files