File : test_win_io.adb


with Test_Input_Window;
with Test_Output_Window;
with Test_Message_Window;
with Test_Menu_Window;
with Test_Graphics_Window;
with Test_Plot_Window;

procedure Test_Win_IO is
begin
   Test_Input_Window;
   Test_Output_Window;
   Test_Message_Window;
   Test_Menu_Window;
   Test_Graphics_Window;
   Test_Plot_Window;
end Test_Win_IO;