#!/bin/bash make test_avec_cipher make test_sans_cipher echo "-- Sans cipher --" ./test_sans_cipher echo "-- Avec cipher --" ./test_avec_cipher