freebsd / atf

Libraries to write tests in C, C++ and shell
Other
127 stars 44 forks source link

Use std::vector instead of auto_array #60

Closed ncopa closed 3 months ago

ncopa commented 4 months ago

fixes https://github.com/freebsd/atf/issues/58

ncopa commented 4 months ago

Please have a close look to this. I don't really have any experience with c++

fel1x-developer commented 3 months ago

I tested this with make, make install, and make installcheck. Passes all the tests.