Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Rename crypto unit test files for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
EinMByte committed Feb 4, 2016
1 parent 7543bca commit 1e457f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ set(TESTS_SRC
"Base64.cpp"
"Identity.cpp"
"Utility.cpp"
"crypto/aes.cpp"
"crypto/dsa.cpp"
"crypto/ed25519.cpp"
"crypto/elg.cpp")
"crypto/AES.cpp"
"crypto/DSA.cpp"
"crypto/EdDSA25519.cpp"
"crypto/ElGamal.cpp")

include_directories(
"../../"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1e457f3

Please sign in to comment.