mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 23:19:32 +00:00
Convert examples to piecemeal includes
This commit is contained in:
parent
26f78f96aa
commit
17281c09c3
8 changed files with 22 additions and 13 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
// main() provided in 000-CatchMain.cpp
|
||||
|
||||
#include <catch2/catch.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <vector>
|
||||
|
||||
TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue