Skip to content

Commit

Permalink
Created infrastructure for new testsuite in library/network.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Sep 11, 2013
1 parent b239148 commit 6a76a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/network/Makefile.am
Expand Up @@ -2,4 +2,4 @@
# Makefile.am for yast2/library/network
#

SUBDIRS = doc src testsuite
SUBDIRS = doc src testsuite test
5 changes: 5 additions & 0 deletions 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)

0 comments on commit 6a76a65

Please sign in to comment.