mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-27 22:57:21 -05:00
Alternative approach. Using ruby's test/unit
This commit is contained in:
10
test/integration/test_noop.rb
Normal file
10
test/integration/test_noop.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user