Skip to content
Snippets Groups Projects
Commit 8637c1e7 authored by Niels Möller's avatar Niels Möller
Browse files

Moved test from examples directory.

Updated path to sexp-conv, now in ../tools/sexp-conv.

Rev: src/nettle/testsuite/sexp-conv-test:1.2
parent cd74ac5f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ fi
test_advanced () {
echo "$1" > test.in
if ./sexp-conv -s advanced <test.in >test1.out ; then
if ../tools/sexp-conv -s advanced <test.in >test1.out ; then
true
else
exit 1
......@@ -33,7 +33,7 @@ test_advanced () {
test_transport () {
echo "$1" > test.in
if ./sexp-conv -s transport <test.in >test1.out ; then
if ../tools/sexp-conv -s transport <test.in >test1.out ; then
true
else
exit 1
......@@ -49,7 +49,7 @@ test_transport () {
test_canonical () {
echo "$1" > test.in
if ./sexp-conv -s canonical <test.in >test1.out ; then
if ../tools/sexp-conv -s canonical <test.in >test1.out ; then
true
else
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment