diff options
author | Daniele Di Proietto <diproiettod@vmware.com> | 2015-08-04 19:00:16 +0100 |
---|---|---|
committer | Joe Stringer <joestringer@nicira.com> | 2015-08-07 11:09:57 -0700 |
commit | 119db2cb18a72fd9851ce460ab0df2fd2bb166f2 (patch) | |
tree | 42f46e709ba10d77570b3ad29a9a1b7940004c9b /tests/automake.mk | |
parent | 4f76f5307c2f8f716e2978342bec714ccc7ab25e (diff) | |
download | openvswitch-119db2cb18a72fd9851ce460ab0df2fd2bb166f2.tar.gz |
kmod-macros: Move some code to traffic-common-macros.
These macros will also be used by userspace datapath testing in
following commits. No functional change in this commit.
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
Diffstat (limited to 'tests/automake.mk')
-rw-r--r-- | tests/automake.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/automake.mk b/tests/automake.mk index c2ef9a48a..502bbd599 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -88,6 +88,7 @@ TESTSUITE_AT = \ KMOD_TESTSUITE_AT = \ tests/kmod-testsuite.at \ tests/kmod-macros.at \ + tests/traffic-common-macros.at \ tests/traffic.at TESTSUITE = $(srcdir)/tests/testsuite |