The Project 1 tests are now available!

The test directories can be found under:
 ~cs537-2/ta/tests/1a/
 ~cs537-2/ta/tests/1a-contest/
 ~cs537-2/ta/tests/1b/
 1a/ and 1a-contest/ contain the tests for the sorting project and 1b/
 contains the tests for the xv6 project.

To run the tests:
-Navigate to the directory containing your code (fastsort.c or the xv6 base
directory)
-Run the 'runtests' executable in the associated tests directory
    (e.g. ~cs537-2/ta/tests/1a/runtests)
-That's it!

You can also run 'runtests' with a -h flag to see more options.