Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
run_ffi_unit_tests.cc File Reference
#include "vm/compiler/ffi/unit_test.h"
#include "platform/assert.h"
#include "platform/syslog.h"

Go to the source code of this file.

Namespaces

namespace  dart
 
namespace  dart::compiler
 
namespace  dart::compiler::ffi
 

Functions

static int dart::compiler::ffi::Main (int argc, const char **argv)
 
int main (int argc, const char **argv)
 

Variables

static constexpr const char * dart::compiler::ffi::kNone = "No Test"
 
static constexpr const char * dart::compiler::ffi::kList = "List all Tests"
 
static constexpr const char * dart::compiler::ffi::kAll = "Run all Tests"
 
static const char * dart::compiler::ffi::run_filter = kNone
 
static constexpr const char * dart::compiler::ffi::kCommandAll = "--all"
 
static constexpr const char * dart::compiler::ffi::kCommandList = "--list"
 
static constexpr const char * dart::compiler::ffi::kCommandUpdate = "--update"
 
static int dart::compiler::ffi::run_matches = 0
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 113 of file run_ffi_unit_tests.cc.

113 {
114 return dart::compiler::ffi::Main(argc, argv);
115}
static int Main(int argc, const char **argv)