Unit tests on PasswordManager are now much faster because the tests use a much
lower iterations count now then the default setting.
This commit is contained in:
parent
0b088a2723
commit
8f1ba8130c
5 changed files with 30 additions and 12 deletions
|
|
@ -10,6 +10,8 @@ TARGET = core
|
|||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++14
|
||||
|
||||
QMAKE_CXXFLAGS += /std:c++17
|
||||
|
||||
INCLUDEPATH += C:\prog\include \
|
||||
C:\Prog\include\pgsql \
|
||||
C:\VSproj\boost32\include\boost-1_65_1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue