5 int testFail(int argc
, char* argv
[])
7 char* env
= getenv("DASHBOARD_TEST_FROM_CTEST");
11 if(strcmp(env
, "1") == 0)
15 printf("DASHBOARD_TEST_FROM_CTEST = %s\n", env
);
17 printf("%s: This test intentionally fails\n", argv
[0]);
20 printf("The version of ctest is not able to handle intentionally failing tests, so pass.\n");