sustrik/libmill

build error

reqshark opened this issue · 3 comments

what's up with the travis build error? Is there really an error or do we need to fix the cmake configuration?

cc: @procedural, @nickdesaulniers

It's just CMake. There's a new test that has a file piped to stdin. CMake script has to be modified to account for that.

nice fix 23d05e8!

It seems that CTest doesn't support piping files into stdin. Shrug.