To obtain the test programs and test files you need to download the file p3.1.tar from the class web site. This file contains the following items: 1) prof_EventManager - professor's version of the EventManager program. 2) prof_list_test - professor's version of the list_test program. 3) test1.in - Test input file number 1 for EventManager. NOTE: YOUR PROGRAM MUST PAST THIS FILE WITHOUT ERROR TO BE CONSIDERED A RUNNING PROGRAM. 4) test1.out - expected output from test1.in 5) test2.in - Test input file number 2 for EventManager. 6) test2.out - expected output from test2.in 7) test3.in - expected input from test3.in 8) test3.out - expected output from test3.in Instructions 1) Go to the class Web page and follow the "Projects" link. 2) Go to item 3, and download the test files from the link called "tests". This will bring in a tar file called p3.1.tar. 3) Copy the file p3.1.tar to the directory where you have your project 3. 4) Untar the file p3.1.tar with the following command: % tar -xvf p3.1.tar 5) Start testing your project.