More testing

This commit is contained in:
Simon Brand
2017-11-27 14:48:16 +00:00
parent f2152f8e54
commit afdacc1ba3
7 changed files with 190 additions and 4 deletions

6
tests/constexpr.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "catch.hpp"
#include "expected.hpp"
TEST_CASE("Constexpr", "[constexpr]") {
//TODO
}