Neo23x0 / Raccine

A Simple Ransomware Vaccine
The Unlicense
942 stars 123 forks source link

Unit Tests #43

Closed Eran-YT closed 3 years ago

Eran-YT commented 3 years ago

I thought of adding a unit test project (GTEST, I have no experience with any other frameworks) , however, this will require splitting the Raccine project in VS into a Raccine & RaccineLib projects, where RaccineLib will contain the actual code, and Raccine will just be the executable. What do you think?

Eran-YT commented 3 years ago

@Neo23x0