diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2019-02-11 13:22:49 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2019-02-12 01:34:12 +0100 |
commit | 8ed561e1f13d0afb019a7963238bdd43ad017bec (patch) | |
tree | 6eb6ab8174ada8d4abadb6127665e1c88a90fbbb /tests/.gitignore | |
parent | lib: a few more trivial changes for C++ compatibility (diff) | |
download | frr-8ed561e1f13d0afb019a7963238bdd43ad017bec.tar.xz frr-8ed561e1f13d0afb019a7963238bdd43ad017bec.zip |
tests: add C++ header compatibility smoke test
Compiling an empty C file with most headers included and -Wc++-compat
gives us a build error if we introduce some stupid C++-incompatible
change.
While this won't catch everything, it's a good start.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 5453c0d80..de648015f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -19,6 +19,7 @@ /lib/cli/test_commands /lib/cli/test_commands_defun.c /lib/northbound/test_oper_data +/lib/cxxcompat /lib/test_buffer /lib/test_checksum /lib/test_graph |