7 lines
165 B
C++
7 lines
165 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>
|