Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Jul 1, 2023
1 parent e89758a commit f6112b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/Lua.Interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

#include <memory>

// these collide with std::min/max
#undef min
#undef max

#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
#include "catch2\catch_all.hpp"
#include "catch2/catch_all.hpp"

using std::make_unique;
using std::string;
Expand Down

0 comments on commit f6112b7

Please sign in to comment.