I have a program which reads a description of a file format (ISO 10303-11 for the curious) and generates c++ from it. The generated code is compiled into a library, and the library is linked with vari
I have a CDash configured to accept posts for automatic builds and tests. However, when any system attempts to post results to the CDash, the following error is produced. The result is that each resul
It\'s a well known problem that executing make \"test\" doesn\'t build the tests as discussed here. As suggested, the problem can be partly solved with the artificial target \"check\". I want to know