mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-21 01:47:28 -05:00
Allow running of tests from any dir
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
require './lib'
|
||||
require_relative './lib'
|
||||
|
||||
exit Test::Unit::AutoRunner::run(true, __dir__)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require './lib'
|
||||
require_relative './lib'
|
||||
|
||||
class Simple < IntegrationTest
|
||||
P_ADDER = 'testpack-adder'
|
||||
|
||||
Reference in New Issue
Block a user