LangProc / langproc-2018-cw

5 stars 4 forks source link

MAIN test in test_suit #37

Open olly-larkin opened 5 years ago

olly-larkin commented 5 years ago

The 9th test in the specification is listed as:

"MAIN: Check that the compiler under test can emit a valid main entry point."

I'm confused about the meaning of this... Does it mean that our compilers should be able to compile a file with the main function inside? Because if so how will the driver file be used in this case?

johnwickerson commented 5 years ago

I guess there wouldn’t be much for the driver file to do here.