Просмотр исходного кода

build: Add the dselect/methods directory to the TAP::Harness library paths

This is not currently used, but it makes sure these modules are visible
for future tests.
Guillem Jover лет назад: 10
Родитель
Сommit
91d50f4062
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      check.am

+ 1 - 1
check.am

@@ -12,7 +12,7 @@ TEST_VERBOSE ?= 0
 
 
 TEST_RUNNER = '\
 TEST_RUNNER = '\
 	my $$harness = TAP::Harness->new({ \
 	my $$harness = TAP::Harness->new({ \
-	    lib => [ "$(top_srcdir)/scripts" ], \
+	    lib => [ "$(top_srcdir)/scripts", "$(top_srcdir)/dselect/methods"  ], \
 	    color => 1, \
 	    color => 1, \
 	    verbosity => $(TEST_VERBOSE), \
 	    verbosity => $(TEST_VERBOSE), \
 	    failures => 1, \
 	    failures => 1, \