18 #ifndef FOSSOLOGY_TESTUTILS_HPP 19 #define FOSSOLOGY_TESTUTILS_HPP 38 std::ostream& operator <<(std::ostream& os, const std::vector<int>& x)
40 typedef std::vector<int>::const_iterator cpm;
43 for (cpm it = x.begin(); it != x.end(); ++it) {
53 #endif //FOSSOLOGY_TESTUTILS_HPP