Sha256: be2cfc1956c0c16b86c0f4f2362cde98cbcf0b61e140779f5ad6f1824c346dd1
Contents?: true
Size: 484 Bytes
Versions: 2
Compression:
Stored size: 484 Bytes
Contents
# ========================================================================= # Ceedling - Test-Centered Build System for C # ThrowTheSwitch.org # Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= class Base def test_output(name) # See diy_context_test.rb File.open($goat_test_output_file, "a") do |f| f.puts "#{name} built" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/diy/test/files/goat/base.rb |
ceedling-1.0.0 | vendor/diy/test/files/goat/base.rb |