From 6a76a657641a8adca76b937a2383973391c2fd2e Mon Sep 17 00:00:00 2001 From: Michal Filka Date: Mon, 9 Sep 2013 20:13:37 +0200 Subject: [PATCH] Created infrastructure for new testsuite in library/network. --- library/network/Makefile.am | 2 +- library/network/test/Makefile.am | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 library/network/test/Makefile.am diff --git a/library/network/Makefile.am b/library/network/Makefile.am index 8096f035c..f17c44b29 100644 --- a/library/network/Makefile.am +++ b/library/network/Makefile.am @@ -2,4 +2,4 @@ # Makefile.am for yast2/library/network # -SUBDIRS = doc src testsuite +SUBDIRS = doc src testsuite test diff --git a/library/network/test/Makefile.am b/library/network/test/Makefile.am new file mode 100644 index 000000000..cfb8e1271 --- /dev/null +++ b/library/network/test/Makefile.am @@ -0,0 +1,5 @@ +TESTS = load_ipv6_cfg_test.rb +TEST_EXTENSIONS = .rb +RB_LOG_COMPILER = ruby +VERBOSE = 1 +EXTRA_DIST = $(TESTS)