DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Test binary is not generated with -DREPROC_TEST=ON #31

Closed jetm closed 4 years ago

jetm commented 4 years ago

With reproc v9 I could call test binary to run the tests, but with v10 the test binary file is not generated.

DaanDeMeyer commented 4 years ago

Testing is now done via cmake --build build --target test. I'll make sure to update the documentation and changelog.

jetm commented 4 years ago

@DaanDeMeyer thank you for the flash response. I going to update the Arch package too.