Sha256: c15ba4e8897ceb81ca34fed88c57147248e8974ef0e151ec4344152ccd1c6e76
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ // This file is to test abort on uncovered files feature int multiply_numbers(int a, int b) { return a * b; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | assets/uncovered_example_file.c |
ceedling-1.0.0 | assets/uncovered_example_file.c |