mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-25 05:37:28 -05:00
11 lines
199 B
Ruby
11 lines
199 B
Ruby
# this test does nothing
|
|
# it's, in a way, a test of the integration testing framework
|
|
|
|
class Noop < Test::Unit::TestCase
|
|
def test_tt
|
|
puts 'run'
|
|
assert true
|
|
assert_equal 1, 1
|
|
end
|
|
end
|