-- S.MG, 2018

with Test_Serpent;
with Test_Packing;
with Test_RSA_OAEP;

procedure testall is
begin
  Test_Serpent.Selftest;
  Test_RSA_OAEP.test_char_array;
  Test_RSA_OAEP.test_oaep;
  Test_RSA_OAEP.test_rsa;
  Test_RSA_OAEP.test_rsa_oaep;
  Test_Packing.Test_Pack_Unpack_Serpent;
  Test_Packing.Test_Pack_Unpack_RSA;
end testall;
