More tests

This commit is contained in:
Simon Brand
2017-10-02 10:38:05 +01:00
parent d85eae5f7e
commit 23f1af8abf
6 changed files with 50 additions and 1 deletions

4
tests/constructors.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include "catch.hpp"
#include "optional.hpp"
TEST_CASE("Constructors", "[constructors]") {}