summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-05-20 18:52:16 -0300
committerRenato Westphal <renato@opensourcerouting.org>2019-05-21 16:00:14 -0300
commit17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9 (patch)
treea0587019f87f88d1ff0c0fea95e245fe01f6e104
parent81fddbe7ae5defbe6b9a0c8716d317cfaf503a62 (diff)
tests: update list of headers in the cxx compat test
Now, whenever a new header is added to libfrr, this test needs to be updated manually (unless we automate this somehow in the future). Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
-rw-r--r--tests/lib/cxxcompat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c
index 12c333c8b6..48fa0ec8a9 100644
--- a/tests/lib/cxxcompat.c
+++ b/tests/lib/cxxcompat.c
@@ -92,6 +92,8 @@
#include "lib/table.h"
#include "lib/termtable.h"
#include "lib/thread.h"
+#include "lib/typesafe.h"
+#include "lib/typerb.h"
#include "lib/vector.h"
#include "lib/vlan.h"
#include "lib/vrf.h"