diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-05-20 23:52:16 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2019-05-21 21:00:14 +0200 |
commit | 17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9 (patch) | |
tree | a0587019f87f88d1ff0c0fea95e245fe01f6e104 /tests/lib | |
parent | *: rename new ForEach macros from the typesafe API (diff) | |
download | frr-17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9.tar.xz frr-17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9.zip |
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>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/cxxcompat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index 12c333c8b..48fa0ec8a 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" |