Allow running of tests from any dir

This commit is contained in:
Borislav Stanimirov
2022-01-12 07:34:33 +02:00
parent e3ffa2c1ff
commit caeaf29440
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
require './lib'
require_relative './lib'
exit Test::Unit::AutoRunner::run(true, __dir__)

View File

@@ -1,4 +1,4 @@
require './lib'
require_relative './lib'
class Simple < IntegrationTest
P_ADDER = 'testpack-adder'