summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine A <>2024-01-23 18:06:55 +0100
committerAntoine A <>2024-01-23 18:10:59 +0100
commitbb7e455b0f71ba1870f4233f58bcb4bd4fbf05ed (patch)
treeecb0f851e8781dd8c8100224d079131ec56efea9 /Makefile
parent8aeffb3f9d4fa5323d896a46902ed2384a953cbd (diff)
downloadlibeufin-bb7e455b0f71ba1870f4233f58bcb4bd4fbf05ed.tar.gz
libeufin-bb7e455b0f71ba1870f4233f58bcb4bd4fbf05ed.tar.bz2
libeufin-bb7e455b0f71ba1870f4233f58bcb4bd4fbf05ed.zip
Split utils into common and ebics and ename integration to testbench
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e4c393f6..9a63ae7e 100644
--- a/Makefile
+++ b/Makefile
@@ -110,13 +110,13 @@ bank-test: install-nobuild-bank-files
nexus-test: install-nobuild-nexus-files
./gradlew :nexus:test --tests $(test) -i
-.PHONY: integration-test
-integration-test: install-nobuild-bank-files install-nobuild-nexus-files
- ./gradlew :integration:test --tests $(test) -i
+.PHONY: testbench-test
+testbench-test: install-nobuild-bank-files install-nobuild-nexus-files
+ ./gradlew :testbench:test --tests $(test) -i
-.PHONY: integration
-integration: install-nobuild-bank-files install-nobuild-nexus-files
- ./gradlew :integration:run --console=plain --args="$(test)"
+.PHONY: testbench
+testbench: install-nobuild-bank-files install-nobuild-nexus-files
+ ./gradlew :testbench:run --console=plain --args="$(platform)"
.PHONY: doc
doc: