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
Does our testcase need to support testcase where is have more than one test file and one test driver?
For the test suite.
${NAME}.c
and${NAME}_driver.c
?\ Can we create a sub-folder for each test case, and use a different name convsersion? Such as usetest_deliverable/test_cases/${NAME}/c.driver
for gcc compiled driver and usetest_deliverable/test_cases/${NAME}/*.c
for code compiled by tested compiler