You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 use
test_deliverable/test_cases/${NAME}/c.driver
for gcc compiled driver and usetest_deliverable/test_cases/${NAME}/*.c
for code compiled by tested compilerThe text was updated successfully, but these errors were encountered: