PREV INDEX NEXT

Author: Unknown
Subject: executables
Date: Monday, 28 Sep 2020, 14:01:47

If we have two executables in our makefile (both parsley and mainParsley), and it runs correctly on testit, does that mean our makefile will work correctly? Does testit know to only run the parsley executable that is made?

Also, considering that my mainParsley executable takes a local mainParsley.c file (as an object file) and I didn't submit that to the zoo submission, will that cause an error when the test script attempt to make the file? Or does the test script actually run "make parsley"?
PREV INDEX NEXT