From 0e07abb93c4ddcd5b20fd5fe4b8ab60b605f1240 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 19 Jan 2021 15:24:49 -0800 Subject: [PATCH] wave: Add test coverage to vanet-routing-compare.cc --- src/wave/test/examples-to-run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wave/test/examples-to-run.py b/src/wave/test/examples-to-run.py index 859df265c..aaca64db7 100644 --- a/src/wave/test/examples-to-run.py +++ b/src/wave/test/examples-to-run.py @@ -10,6 +10,9 @@ cpp_examples = [ ("wave-simple-80211p", "True", "True"), ("wave-simple-device", "True", "True"), + ("vanet-routing-compare --totaltime=2 --80211Mode=1", "True", "True"), + ("vanet-routing-compare --totaltime=2 --80211Mode=2", "True", "True"), + ("vanet-routing-compare --totaltime=2 --80211Mode=3", "True", "True"), ] # A list of Python examples to run in order to ensure that they remain