mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Correct link order of testhashedblockstream.
Fixes FTBFS on Windows.
This commit is contained in:
parent
41a7c96968
commit
2c17fdcff0
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ add_unit_test(NAME testsymmetriccipher SOURCES TestSymmetricCipher.cpp MOCS Test
|
|||
LIBS ${TEST_LIBRARIES})
|
||||
|
||||
add_unit_test(NAME testhashedblockstream SOURCES TestHashedBlockStream.cpp MOCS TestHashedBlockStream.h
|
||||
LIBS ${TEST_LIBRARIES} testsupport)
|
||||
LIBS testsupport ${TEST_LIBRARIES})
|
||||
|
||||
add_unit_test(NAME testkeepass2randomstream SOURCES TestKeePass2RandomStream.cpp MOCS TestKeePass2RandomStream.h
|
||||
LIBS ${TEST_LIBRARIES})
|
||||
|
|
|
|||
Loading…
Reference in a new issue