#include "norm_test.hpp" #include int main() { ///testing float norm1 bench_norm b1; ///testing double norm1 bench_norm b2; b1.run(); b2.run(); return 0; }