Jlm
Functions
JlmOptCommandLineParserTests.cpp File Reference
#include <gtest/gtest.h>
#include <jlm/tooling/CommandLine.hpp>
#include <cstring>
Include dependency graph for JlmOptCommandLineParserTests.cpp:

Go to the source code of this file.

Functions

static const jlm::tooling::JlmOptCommandLineOptionsParseCommandLineArguments (const std::vector< std::string > &commandLineArguments)
 
 TEST (JlmOptCommandLinerParserTests, TestOptimizationCommandLineArgumentConversion)
 
 TEST (JlmOptCommandLinerParserTests, TestStatisticsCommandLineArgumentConversion)
 
 TEST (JlmOptCommandLinerParserTests, TestOutputFormatToCommandLineArgument)
 
 TEST (JlmOptCommandLinerParserTests, OutputFormatParsing)
 

Function Documentation

◆ ParseCommandLineArguments()

static const jlm::tooling::JlmOptCommandLineOptions& ParseCommandLineArguments ( const std::vector< std::string > &  commandLineArguments)
static

Definition at line 13 of file JlmOptCommandLineParserTests.cpp.

◆ TEST() [1/4]

TEST ( JlmOptCommandLinerParserTests  ,
OutputFormatParsing   
)

Definition at line 81 of file JlmOptCommandLineParserTests.cpp.

◆ TEST() [2/4]

TEST ( JlmOptCommandLinerParserTests  ,
TestOptimizationCommandLineArgumentConversion   
)

Definition at line 27 of file JlmOptCommandLineParserTests.cpp.

◆ TEST() [3/4]

TEST ( JlmOptCommandLinerParserTests  ,
TestOutputFormatToCommandLineArgument   
)

Definition at line 63 of file JlmOptCommandLineParserTests.cpp.

◆ TEST() [4/4]

TEST ( JlmOptCommandLinerParserTests  ,
TestStatisticsCommandLineArgumentConversion   
)

Definition at line 46 of file JlmOptCommandLineParserTests.cpp.