Lines Matching defs:test
135 DISPLAY( " -t : test compressed file integrity\n");
155 DISPLAY( " -e# : test all compression levels from -bX to # (default : 1)\n");
179 DISPLAY( " '%s' to discard output (test mode) \n", NULL_OUTPUT);
251 @return : a non-zero value if exeName matches test, excluding the extension
253 static int exeNameMatch(const char* exeName, const char* test)
255 return !strncmp(exeName, test, strlen(test)) &&
256 (exeName[strlen(test)] == '\0' || exeName[strlen(test)] == '.');
387 if (!strcmp(argument, "--test")) { mode = om_test; continue; }
651 /* benchmark and test modes */