#include "rec/JppPdfTest.hh" int main(int argc, char** argv){ cout << "Running test_shift..." << endl; const uint error_count = test_shift(); if( error_count ){ cout << "Test failed! Number of errors: " << error_count << endl; } else cout << "Test passed." << endl; return error_count; }