Skip to content

Commit

Permalink
Extend buildings test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Oct 12, 2024
1 parent 5b9e206 commit d86ba13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/complete-network-example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ main(int argc, char* argv[])
CommandLine cmd(__FILE__);
cmd.AddValue("nDevices", "Number of end devices to include in the simulation", nDevices);
cmd.AddValue("radius", "The radius (m) of the area to simulate", radiusMeters);
cmd.AddValue("realisticChannel",
"Whether to use a more realistic channel model",
realisticChannelModel);
cmd.AddValue("simulationTime", "The time (s) for which to simulate", simulationTimeSeconds);
cmd.AddValue("appPeriod",
"The period in seconds to be used by periodically transmitting applications",
Expand Down
2 changes: 1 addition & 1 deletion test/examples-to-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cpp_examples = [
("simple-network-example", "True", "True"),
("network-server-example", "True", "True"),
("complete-network-example", "True", "True"),
("complete-network-example --realisticChannel", "True", "True"),
("adr-example", "True", "True"),
("lorawan-energy-model-example", "True", "True"),
("aloha-throughput", "True", "True"),
Expand Down

0 comments on commit d86ba13

Please sign in to comment.