summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-09-08 11:50:37 -0500
committerDan Williams <dcbw@redhat.com>2014-09-11 12:50:17 -0500
commit3deb3ff6839273f73895817fbcf443a346f64dae (patch)
tree9f03f2f888019c220ad913e5ac6c7deacf46aa93 /src/tests
parent11eb99e9a7fc1bf160143124a3738c6628cdc52f (diff)
downloadNetworkManager-3deb3ff6839273f73895817fbcf443a346f64dae.tar.gz
tun: port to internal device factorydcbw/internal-device-factories
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 4bea114786..07bdee5bcc 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -99,7 +99,7 @@ TESTS = \
if ENABLE_TESTS
check-local:
- @for t in bond bridge ethernet gre infiniband macvlan veth vlan vxlan; do \
+ @for t in bond bridge ethernet gre infiniband macvlan tun veth vlan vxlan; do \
# Ensure the device subclass factory registration constructors exist \
# which could inadvertently break if src/Makefile.am gets changed \
if ! LC_ALL=C nm $(top_builddir)/src/NetworkManager | LC_ALL=C grep -q "register_device_factory_internal_$$t" ; then \