8 lines
193 B
C++
8 lines
193 B
C++
//
|
|
// Created by erki on 13.03.21.
|
|
//
|
|
|
|
#define CATCH_CONFIG_MAIN// This tells Catch to provide a main() - only do this \
|
|
// in one cpp file
|
|
#include <catch2/catch.hpp>
|