summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine A <>2024-01-12 16:10:01 +0000
committerAntoine A <>2024-01-12 16:10:01 +0000
commit1a3ebf8f8aeb3f6a941197fe3bfc85360bbc228f (patch)
tree5a76fefcc1ca6d6256e3c893cf3b1ead33339e11 /Makefile
parent0a69b6d2d8ced81e3af507e9af010f6947b33e2d (diff)
parenta93253a3aab5cfe12a9294c2a4f25b73ad0b3873 (diff)
downloadlibeufin-1a3ebf8f8aeb3f6a941197fe3bfc85360bbc228f.tar.gz
libeufin-1a3ebf8f8aeb3f6a941197fe3bfc85360bbc228f.tar.bz2
libeufin-1a3ebf8f8aeb3f6a941197fe3bfc85360bbc228f.zip
Merge 2fa info master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 343a6660..94d79851 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,11 @@ install:
assemble:
./gradlew assemble
+.PHONY: doc
+doc:
+ ./gradlew dokkaHtmlMultiModule
+ open build/dokka/htmlMultiModule/index.html
+
.PHONY: check
check: install-nobuild-bank-files
./gradlew check
@@ -102,7 +107,6 @@ check: install-nobuild-bank-files
test: install-nobuild-bank-files
./gradlew test --tests $(test) -i
-.PHONY: doc
-doc:
- ./gradlew dokkaHtmlMultiModule
- open build/dokka/htmlMultiModule/index.html
+.PHONY: integration-test
+integration-test: install-nobuild-bank-files
+ ./gradlew :integration:test --tests $(test) -i