Skip to content

Commit

Permalink
Update systemd Makefiles for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jul 6, 2018
1 parent a23e216 commit 5aa2e71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
14 changes: 1 addition & 13 deletions library/systemd/test/Makefile.am
@@ -1,14 +1,2 @@
TESTS = \
yast2/service_configuration_test.rb \
systemctl_test.rb \
systemd_unit_test.rb \
systemd_socket_test.rb \
systemd_target_test.rb \
systemd_service_test.rb

TEST_EXTENSIONS = .rb
RB_LOG_COMPILER = rspec
VERBOSE = 1

EXTRA_DIST = $(TESTS) test_helper.rb
EXTRA_DIST = test_helper.rb

7 changes: 6 additions & 1 deletion library/systemd/test/yast2/Makefile.am
@@ -1,5 +1,10 @@
TESTS = \
yast2/service_configuration_test.rb
service_configuration_test.rb
systemctl_test.rb \
systemd_unit_test.rb \
systemd_socket_test.rb \
systemd_target_test.rb \
systemd_service_test.rb

TEST_EXTENSIONS = .rb
RB_LOG_COMPILER = rspec
Expand Down

0 comments on commit 5aa2e71

Please sign in to comment.