chaos / powerman

cluster power control
GNU General Public License v2.0
43 stars 19 forks source link

configure.ac: build helper executables by default #180

Closed chu11 closed 6 months ago

chu11 commented 6 months ago

Problem: Some tests now require the helper redfishpower executable. This executable is not built by default, possibly breaking tests.

Build helper executables httppower, snmppower, and redfishpower by default. Configure options to disable the builds are available.

Fixes #178