A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
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
9
int
10
main(
int
argc,
char
* argv[])
11
{
12
return
ns3::TestRunner::Run
(argc, argv);
13
}
ns3::TestRunner::Run
static int Run(int argc, char *argv[])
Run the requested suite of tests, according to the given command line arguments.
Definition
test.cc:1123
utils
test-runner.cc
Generated on Fri Nov 8 2024 13:59:09 for ns-3 by
1.11.0