Skip to content

Commit

Permalink
Added unit tests for the C++ implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
balena committed Aug 28, 2014
1 parent a454da1 commit 085b209
Show file tree
Hide file tree
Showing 6 changed files with 814 additions and 189 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ include_directories(gtest/include src)

add_executable(stunmsg_tests
tests/stunmsg_unittest.cc
tests/stunmsgpp_unittest.cc
tests/sha1_unittest.cc
tests/hmac_sha1_unittest.cc
tests/md5_unittest.cc
tests/crc32_unittest.cc
include/stun++/message.h
)

add_dependencies(stunmsg_tests stunmsg gtest gtest_main)
Expand Down
Loading

0 comments on commit 085b209

Please sign in to comment.