Browse Source

new test reorganisation for zencode simple

master
Jaromil 3 years ago
parent
commit
ff9d0a0020
  1. 5
      build/tests.mk

5
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 -;

Loading…
Cancel
Save