-
+ D2F582FFA3714E9756AD5A412EA1CACBA2BBD0B4E9BBA295217333AE4FC9B7B21AFED99A5DB413A3800E77DC407A500265DE7140466342A9992403A351A1B68D
smg_comms/tests/testall.adb
(0 . 0)(1 . 10)
1028 -- S.MG, 2018
1029
1030 with Test_Serpent;
1031 with Test_Packing;
1032
1033 procedure testall is
1034 begin
1035 Test_Serpent.Selftest;
1036 Test_Packing.Test_Pack_Unpack;
1037 end testall;