ARPA-SIMC / bufr2netcdf

Tools to convert BUFR weather reports in NetCDF file format
GNU General Public License v2.0
5 stars 0 forks source link

make check fails #4

Closed dcesari closed 5 years ago

dcesari commented 6 years ago

While implementing travis integration, we realized that make check fails (don't know last time it worked), start of message is:

tests/tests-main.cc: In function ‘int main(int, const char**)’:
tests/tests-main.cc:70:26: error: no matching function for call to ‘wreport::tests::SimpleTestController::SimpleTestController()’
     SimpleTestController controller;
                          ^~~~~~~~~~
In file included from tests/tests-main.cc:2:0:
/usr/include/wreport/utils/testrunner.h:213:5: note: candidate: wreport::tests::SimpleTestController::SimpleTestController(wreport::term::Terminal&)
     SimpleTestController(wreport::term::Terminal& output);
     ^~~~~~~~~~~~~~~~~~~~
/usr/include/wreport/utils/testrunner.h:213:5: note:   candidate expects 1 argument, 0 provided
/usr/include/wreport/utils/testrunner.h:209:8: note: candidate: wreport::tests::SimpleTestController::SimpleTestController(const wreport::tests::SimpleTestController&)
 struct SimpleTestController : public FilteringTestController
        ^~~~~~~~~~~~~~~~~~~~

https://github.com/ARPA-SIMC/bufr2netcdf/commit/61349205f207934cdf66d6e62992bdd3c273e3bf was an attempt to solve by @edigiacomo.

dcesari commented 5 years ago

closed by #5