gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/02: test script


From: gnunet
Subject: [taler-anastasis] 01/02: test script
Date: Fri, 06 Nov 2020 10:14:26 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

commit cd169586af997b8386467796279237584609b0bc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 6 09:42:52 2020 +0100

    test script
---
 src/cli/Makefile.am     | 9 +++++++++
 src/cli/test_reducer.sh | 4 ++++
 2 files changed, 13 insertions(+)

diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index e172517..6c82ca1 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -9,6 +9,15 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
+check_SCRIPTS = \
+  test_reducer.sh
+
+TESTS = \
+ $(check_SCRIPTS)
+
+EXTRA_DIST = \
+  $(check_SCRIPTS)
+
 anastasis_reducer_SOURCES = \
   anastasis-cli-redux.c
 anastasis_reducer_LDADD = \
diff --git a/src/cli/test_reducer.sh b/src/cli/test_reducer.sh
new file mode 100755
index 0000000..e08d601
--- /dev/null
+++ b/src/cli/test_reducer.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "test!"
+exit 77

-- 
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]