mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-24 05:08:01 -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__)
|
exit Test::Unit::AutoRunner::run(true, __dir__)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require './lib'
|
require_relative './lib'
|
||||||
|
|
||||||
class Simple < IntegrationTest
|
class Simple < IntegrationTest
|
||||||
P_ADDER = 'testpack-adder'
|
P_ADDER = 'testpack-adder'
|
||||||
|
|||||||
Reference in New Issue
Block a user