From ff9d0a0020792a8eeea7953fccb673b1016a99a6 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Fri, 24 Apr 2020 09:54:59 +0200 Subject: [PATCH] new test reorganisation for zencode simple --- build/tests.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/tests.mk b/build/tests.mk index 9cffa58..18afdac 100644 --- a/build/tests.mk +++ b/build/tests.mk @@ -65,10 +65,7 @@ zencode-integration = \ ./test/zencode_parser.sh && \ ./test/zencode_array.sh && \ ./test/zencode_enchash.sh && \ - cd test/zencode_simple && \ - ./run_symmetric_integration_test.sh ../../${1} && \ - ./run_aesgcm_integration_test.sh ../../${1} && \ - ./run_ecdsa_integration_test.sh ../../${1}; cd -; \ + cd test/zencode_simple && ./run.sh; cd -; \ cd test/zencode_coconut && \ ./run_coconut_example.sh ../../${1} && \ ./run_petition_example.sh ../../${1}; cd -;