mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-30 06:14:36 +00:00
8 lines
241 B
C++
8 lines
241 B
C++
|
// In a Catch project with multiple files, dedicate one file to compile the
|
||
|
// source code of Catch itself and reuse the resulting object file for linking.
|
||
|
|
||
|
// Let Catch provide main():
|
||
|
#define CATCH_CONFIG_MAIN
|
||
|
|
||
|
#include <catch2/catch.hpp>
|