pfor/tests/main.cpp

7 lines
126 B
C++
Raw Permalink Normal View History

2021-05-10 16:11:23 +00:00
#define CATCH_CONFIG_MAIN
#include <catch.hpp>
#include <pfor/pfor.h>
std::size_t pfor::ParallelForParameters::nThreads{2};