Add Congestion Mark scenario
refs #4327
Change-Id: Iabbbe241585378e77d792c74d005a22b0d1440c5
diff --git a/install_helpers/install_NFD.py b/install_helpers/install_NFD.py
index 748af57..ff4db7b 100644
--- a/install_helpers/install_NFD.py
+++ b/install_helpers/install_NFD.py
@@ -8,7 +8,7 @@
os.system("git clone --depth 1 https://github.com/named-data/NFD")
os.chdir("NFD")
os.system("git submodule init && git submodule update")
- os.system("./waf configure")
+ os.system("./waf configure --with-other-tests")
os.system("./waf")
os.system("sudo ./waf install")
os.system("sudo cp /usr/local/etc/ndn/nfd.conf.sample /usr/local/etc/ndn/nfd.conf")