Skip to content

Instantly share code, notes, and snippets.

@ityuhui
Last active March 15, 2022 07:29
Show Gist options
  • Save ityuhui/73c17f45384024b608184b499fbb558b to your computer and use it in GitHub Desktop.
Save ityuhui/73c17f45384024b608184b499fbb558b to your computer and use it in GitHub Desktop.
boost.test
#include <boost/test/minimal.hpp>
int test_main(int argc, char *argv[])
{
BOOST_ERROR("error");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment