LangProc / langproc-2018-cw

5 stars 4 forks source link

testcase format #39

Open BenShen98 opened 5 years ago

BenShen98 commented 5 years ago

For the test suite.

  1. Does the file name be ${NAME}.c and ${NAME}_driver.c?\ Can we create a sub-folder for each test case, and use a different name convsersion? Such as use test_deliverable/test_cases/${NAME}/c.driver for gcc compiled driver and use test_deliverable/test_cases/${NAME}/*.cfor code compiled by tested compiler
  2. Does our testcase need to support testcase where is have more than one test file and one test driver?
johnwickerson commented 5 years ago
  1. I don’t mind. 2. No.