summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine A <>2024-03-28 12:36:32 +0100
committerAntoine A <>2024-03-28 12:36:32 +0100
commitbd1b5b9de8c653df110e37243292495e4748fff4 (patch)
tree3a60a4eef8e903c747271c4ced9cbf636ab3f9ef /Makefile
parent87b44b39a4f0813000aea1bec33b1aef579e7b82 (diff)
downloadlibeufin-bd1b5b9de8c653df110e37243292495e4748fff4.tar.gz
libeufin-bd1b5b9de8c653df110e37243292495e4748fff4.tar.bz2
libeufin-bd1b5b9de8c653df110e37243292495e4748fff4.zip
Username character restrictionbfh-snack-2024-4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 180335e5..4d60926f 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ common-test: install-nobuild-files
./gradlew :common:test --tests $(test) -i
.PHONY: testbench-test
-testbench-test: install-nobuild-files
+integration-test: install-nobuild-files
./gradlew :testbench:test --tests $(test) -i
.PHONY: testbench