Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Oct 14, 2022
1 parent 62c81ee commit 6baa73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit_tests/input/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ set(HDB_TESTFILES
clam.exe_and_mail.tar.gz
)

set(OTHER_TESTFILES
clam.velvet_sweatshop.xlsx
set(VS_TESTFILES
clam.vs.aes128.xlsx
)

if(ENABLE_UNRAR)
Expand Down Expand Up @@ -88,7 +88,7 @@ foreach(TESTFILE ${HDB_TESTFILES})
decrypt_testfile(clamav_hdb_scanfiles ${TESTFILE})
endforeach()

foreach(TESTFILE ${OTHER_TESTFILES})
foreach(TESTFILE ${VS_TESTFILES})
decrypt_testfile(clamav_vs_scanfiles ${TESTFILE})
endforeach()

Expand Down

0 comments on commit 6baa73f

Please sign in to comment.