From fe8f27b9c109c672f0c407983612c9d42df0cfc7 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 4 Sep 2012 11:14:54 +0300 Subject: [PATCH] test: set-timeservers was missing from makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f31ebdf..5c5b95c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -216,7 +216,7 @@ test_scripts = test/get-state test/list-services \ test/test-session test/test-supplicant \ test/test-new-supplicant test/service-move-before \ test/set-global-timeservers test/get-global-timeservers \ - test/set-nameservers test/set-domains + test/set-nameservers test/set-domains test/set-timeservers if TEST testdir = $(pkglibdir)/test -- 2.7.4