summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine A <>2024-01-12 17:43:21 +0000
committerAntoine A <>2024-01-12 17:43:21 +0000
commit1de5b7203cbc8cd090223523259f11cdcf26e475 (patch)
tree1970764f4aade6133c1b51b4ffd2def8ed08fde6 /Makefile
parentf6e8b3e065fb1cbfda652a6d7f0339667c736030 (diff)
downloadlibeufin-1de5b7203cbc8cd090223523259f11cdcf26e475.tar.gz
libeufin-1de5b7203cbc8cd090223523259f11cdcf26e475.tar.bz2
libeufin-1de5b7203cbc8cd090223523259f11cdcf26e475.zip
Uppercase bounce id
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93429046..7a7e86fe 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ nexus-test: install-nobuild-nexus-files
./gradlew :nexus:test --tests $(test) -i
.PHONY: integration
-integration:
+integration: install-nobuild-bank-files install-nobuild-nexus-files
./gradlew :integration:run --console=plain --args="$(test)"
.PHONY: doc