gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Testing.


From: gnunet
Subject: [libeufin] branch master updated: Testing.
Date: Wed, 21 Jun 2023 11:55:34 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new aa3fcd6f Testing.
aa3fcd6f is described below

commit aa3fcd6fd1bb0497a4ab281370914ff55443be1d
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 21 11:54:29 2023 +0200

    Testing.
    
    Providing 'make pofi' target to interact
    with the PostFinance test platform.
---
 Makefile           | 4 ++++
 nexus/build.gradle | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/Makefile b/Makefile
index 1d96dac8..fc3650c7 100644
--- a/Makefile
+++ b/Makefile
@@ -67,3 +67,7 @@ check:
 check-cli:
        @cd ./cli/tests && ./circuit_test.sh
        @cd ./cli/tests && ./debit_test.sh
+
+.PHONY: pofi
+pofi:
+       @./gradlew -q :nexus:pofi
diff --git a/nexus/build.gradle b/nexus/build.gradle
index bdd5463b..60dd828d 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -128,3 +128,8 @@ jar {
 run {
     standardInput = System.in
 }
+
+task pofi(type: JavaExec) {
+    classpath = sourceSets.test.runtimeClasspath
+    mainClass = "PostFinanceKt"
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]