This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
optional
Watch
1
Star
0
Fork
0
forked from
TartanLlama/optional
Code
Pull Requests
Activity
Files
352b52988945f1efb4dc974ac9bb04b8df009ada
optional
/
tests
/
hash.cpp
T
5 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
🎨
Cleanup include path for catch2
2019-09-16 23:56:02 -07:00
#include
<catch2/catch.hpp>
Do CMake properly
2019-05-01 13:23:30 +01:00
#include
<tl/optional.hpp>
More tests
2017-10-02 10:38:05 +01:00
TEST_CASE
(
"Hashing"
,
"[hash]"
)
{}
Copy Permalink