try ubuntu icc pipeline

This commit is contained in:
ado
2021-02-24 22:08:11 +01:00
parent 6a97ab0c02
commit 62e01561b2
541 changed files with 112438 additions and 8 deletions

View File

@@ -87,8 +87,11 @@ static void make_and_write(const std::string& file_name,
}
}
#include <iostream>
TEST_CASE("parser test various cases") {
unique_file_name f;
std::cout << __VERSION__ << std::endl;
std::vector<X> data = {{1, 2, "x"}, {3, 4, "y"}, {5, 6, "z"},
{7, 8, "u"}, {9, 10, "v"}, {11, 12, "w"}};
make_and_write(f.name, data);