Samsung / UTopia

UT based automated fuzz driver generation
Apache License 2.0
165 stars 26 forks source link

Can UTopia be applied to C++ projects that do not use a testing framework? #33

Closed DUT-ShiLongYu closed 1 month ago

DUT-ShiLongYu commented 2 months ago

Hello, I am using UTopia to test other C++ projects, but the C++ project does not use frameworks such as GoogleTest for unit testing. Can UTopia perform normal testing on such projects? If testing is possible, how does it compare to projects with a testing framework?

yuweol commented 1 month ago

I'm sorry to late. Currently UTopia supports google test and boost test. So if that framework is not one of the above, It is impossible to apply UTopia.

Although we designed UTopia to add other testing framework easily, \however it may not be easy because documentation for it is not enough :(

If you want to do it, we can prepare documentation, but it may take some times.

Again, sorry to late answer.

DUT-ShiLongYu commented 1 month ago

Thanks for looking this issue!