From 1d3fe0fb2550817b677d5734e492c21f308d6412 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 19 Aug 2018 12:47:59 -0700 Subject: [PATCH] Move test-shs1 into the makefile --- Makefile | 4 ++++ test-shs.sh | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100755 test-shs.sh diff --git a/Makefile b/Makefile index f41a35c..5df5215 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,9 @@ uninstall: $(DESTDIR)$(BINDIR)/$(BIN) \ $(DESTDIR)$(MANDIR)/man1/$(BIN).1 +test-shs1: + @# %lzzcAZlM21slUIoiH4yd/wgDnXu8raNLvwqjxqrU06k=.sha256 + shs1testclient ./test-shs-inner.sh $(SHS1_TEST_SEED) + clean: @rm -vf $(BIN) diff --git a/test-shs.sh b/test-shs.sh deleted file mode 100755 index f233f93..0000000 --- a/test-shs.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# test using [shs1-testsuite](%riikqU1Zc/dgjc80vABMA3DkTzTHzlxEYxGU5NYwje8=.sha256) -exec shs1testclient "$(dirname "$0")"/test-shs-inner.sh "$@"