Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Utest.h Alternatives
Similar projects and alternatives to utest.h
-
Catch
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
-
-
-
Boost.Test
The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17) (by boostorg)
-
SonarCloud
Analyze your C and C++ projects with just one click.. SonarCloud, a cloud-based static analysis tool for your CI/CD workflows, offers a one-click automatic analysis of C and C++ projects hosted on GitHub. Zero configuration and free for open-source projects! Analyze free.
-
doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
-
-
Criterion
A cross-platform C and C++ unit testing framework for the 21st century
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
utest.h reviews and mentions
-
GitHub - Snaipe/Criterion: A cross-platform C and C++ unit testing framework for the 21st century
Doesn't really have CMake integration, which is a big downer. You could try utest.h, which is a pretty minimal (as the name suggests), but featureful testing library. It still needs you to declare the main, but is that really such a problem?
-
Testing in C
I use utest. I do not know how popular or not it is, but it is a simple single-file include with a liberal license and it seems to do what it says it does. Many options I looked at just seemed overly complex and I do not like to drag in piles of heavy dependencies in every thing I code.
the header-only https://github.com/sheredom/utest.h might be worth a shot if you trying to keep things compact.
-
Open Source C
Sprinkle your console apps with UTEST test's.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 22 Sep 2023
Stats
sheredom/utest.h is an open source project licensed under The Unlicense which is not an OSI approved license.
The primary programming language of utest.h is C++.