From f2686c1e2b988af68e0bf14cacde254b487fd4f2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 17 Feb 2012 22:17:41 +0000 Subject: Add unit tests for setting offload features (old API) Signed-off-by: Ben Hutchings --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d1aec43..1b96b98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,10 +11,12 @@ ethtool_SOURCES = ethtool.c ethtool-copy.h internal.h net_tstamp-copy.h \ smsc911x.c at76c50x-usb.c sfc.c stmmac.c \ rxclass.c sfpid.c -TESTS = test-cmdline -check_PROGRAMS = test-cmdline +TESTS = test-cmdline test-features +check_PROGRAMS = test-cmdline test-features test_cmdline_SOURCES = test-cmdline.c test-common.c $(ethtool_SOURCES) test_cmdline_CFLAGS = -DTEST_ETHTOOL +test_features_SOURCES = test-features.c test-common.c $(ethtool_SOURCES) +test_features_CFLAGS = -DTEST_ETHTOOL dist-hook: cp $(top_srcdir)/ethtool.spec $(distdir) -- cgit v1.2.1