This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
optional
Watch
1
Star
0
Fork
0
You've already forked optional
forked from
TartanLlama/optional
Code
Pull Requests
Activity
Files
master
Add File
New File
Apply Patch
optional
/
tests
/
hash.cpp
5 lines
90 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
:art: Cleanup include path for catch2 :sparkles: Add basic .deb generation support WiX and RPM support is still needed for verification :arrow_up: Upgrade minimum CMake version to 3.14 :arrow_up: Upgrade Catch to Catch v2.9.2 :pushpin: Pin Catch to v2.9.1 :construction_worker: Update .travis.yml build matrix :construction_worker: Update .appveyor build script :white_check_mark: Update tests to be separated by file
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