Kaydet (Commit) a1cd5079 authored tarafından Caolán McNamara's avatar Caolán McNamara

allow extra arguments

üst 2191f768
......@@ -48,7 +48,7 @@
#include "sal/main.h"
SAL_IMPLEMENT_MAIN() {
if (rtl_getAppCommandArgCount() != 1) {
if (rtl_getAppCommandArgCount() < 1) {
std::cerr << "Usage: cppunittester <shared-library-path>" << std::endl;
return EXIT_FAILURE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment