Skip to content
#

property-based-testing

Here are 221 public repositories matching this topic...

fast-check
disconnect3d
disconnect3d commented Jul 23, 2020

Tl;dr: building a simple DeepState testcase as shown below, gives the -Wmissing-noreturn warning. This might be an issue if DeepState is incorporated into a codebase that uses -Werror.

Example code

#include <deepstate/DeepState.hpp>

using namespace deepstate;

TEST(TestCaseName, TestName) {
        ASSERT(1);
}

Related build log

[1/2] Building CXX objec

Improve this page

Add a description, image, and links to the property-based-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the property-based-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.