@@ -108,7 +108,7 @@ static Test::Suite* newConversionFunctionsTest()
108108}
109109
110110/*
111- *
111+ *
112112 */
113113int main (int argc, char ** argv)
114114{
@@ -126,7 +126,7 @@ int main(int argc, char** argv)
126126 Test::registerSuite (newLLVMCompilationTest<false >, " test-compilation-llvm" , " Runs all the compilation tests using the LLVM-IR front-end" , false );
127127 Test::registerSuite (newSPIRVCompiltionTest<false >, " test-compilation-spirv" , " Runs all the compilation tests using the SPIR-V front-end" , false );
128128 Test::registerSuite (newFastRegressionTest, " fast-regressions" , " Runs regression test-cases marked as fast" , false );
129-
129+
130130 Test::registerSuite (newEmulatorTest, " test-emulator" , " Runs selected code-samples through the emulator" );
131131 Test::registerSuite (newMathFunctionsTest, " emulate-math" , " Runs emulation tests for the OpenCL standard-library math functions" );
132132 Test::registerSuite (Test::newInstance<TestGraph>, " test-graph" , " Runs basic test for the graph data structure" );
@@ -142,8 +142,8 @@ int main(int argc, char** argv)
142142 auto args = std::vector<char *>();
143143
144144 for (auto i = 1 ; i < argc; ++i)
145- {
146- if (!vc4c::tools::parseConfigurationParameter (config, argv[i]))
145+ {
146+ if (!vc4c::tools::parseConfigurationParameter (config, false , argv[i]))
147147 args.push_back (argv[i]);
148148
149149 // TODO rewrite, actually print same help (parts of it) as VC4C
@@ -153,4 +153,3 @@ int main(int argc, char** argv)
153153
154154 return Test::runSuites (int (args.size ()), args.data ());
155155}
156-
0 commit comments