A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
test-runner.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2009 University of Washington
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7#include "ns3/test.h"
8
9int
10main(int argc, char* argv[])
11{
12 return ns3::TestRunner::Run(argc, argv);
13}
static int Run(int argc, char *argv[])
Run the requested suite of tests, according to the given command line arguments.
Definition test.cc:1123