6 lines
242 B
C++
6 lines
242 B
C++
// Copyright (C) 2017 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
|
// This file is subject to the license terms in the LICENSE file
|
|
// found in the top-level directory of this distribution.
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#include <catch.hpp>
|