Open
Description
[18:14:32] <genio> Does Alien::cmake3 make ctest available, too? it's in the bin_dir but %{ctest} doesn't appear to do what I'd hoped:
[18:14:52] <genio> no helper defined for ctest at C:/User ...
[18:17:06] <genio> I'm trying to follow these directions https://github.com/libuv/libuv#build-instructions
[08:10:42] <plicease> genio: we could add %{ctest}, though we should probably check for it at install time if we do.
[08:11:51] <plicease> you could run ctest if it is in the PARH and skip the test otherwise. I think Alien::cmake3 should have ctest in the PATH if it is available.
[08:12:13] <plicease> s/PARH/PATH/
[08:17:16] <plicease> looks like ctest came wirh 3.0.0 and it is in the same .deb as cmake on Debian.
[08:20:32] <plicease> seems you also get it if you install cmake rpm on Fedora
Should probably be called %{ctest3}
to match %{cmake3}
.