#include <gtest/gtest.h>
#include <jlm/tooling/CommandLine.hpp>
#include <cstring>
Go to the source code of this file.
|
| static const jlm::tooling::JlcCommandLineOptions & | ParseCommandLineArguments (const std::vector< std::string > &commandLineArguments) |
| |
| | TEST (JlcCommandLineParserTests, Test1) |
| |
| | TEST (JlcCommandLineParserTests, Test2) |
| |
| | TEST (JlcCommandLineParserTests, Test3) |
| |
| | TEST (JlcCommandLineParserTests, Test4) |
| |
| | TEST (JlcCommandLineParserTests, TestJlmOptOptimizations) |
| |
| | TEST (JlcCommandLineParserTests, TestFalseJlmOptOptimization) |
| |
| | TEST (JlcCommandLineParserTests, TestJlmOptPassStatistics) |
| |
◆ ParseCommandLineArguments()
◆ TEST() [1/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
Test1 |
|
|
) |
| |
◆ TEST() [2/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
Test2 |
|
|
) |
| |
◆ TEST() [3/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
Test3 |
|
|
) |
| |
◆ TEST() [4/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
Test4 |
|
|
) |
| |
◆ TEST() [5/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
TestFalseJlmOptOptimization |
|
|
) |
| |
◆ TEST() [6/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
TestJlmOptOptimizations |
|
|
) |
| |
◆ TEST() [7/7]
| TEST |
( |
JlcCommandLineParserTests |
, |
|
|
TestJlmOptPassStatistics |
|
|
) |
| |