2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-17 02:12:10 +00:00

more portability fixes

This commit is contained in:
Phil Nash
2010-11-12 08:12:01 +00:00
parent 9e4708371e
commit 7e8cfa714f
7 changed files with 13 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
*
*/
#include "catch.hpp"
#include "catch_runner.hpp"
#include "../catch.hpp"
#include "../catch_runner.hpp"
// This code runs the meta tests and verifies that the failing ones failed and the successful ones succeeded
int main (int argc, char * const argv[])