From aa8cc62c08ca40441ef47179a8d66147c2ab1c2a Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 9 Aug 2013 02:00:13 +0100 Subject: [PATCH] Remove the SDL tests from the main build. --- examples/SDL/premake4.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/SDL/premake4.lua b/examples/SDL/premake4.lua index 76497855..ebe37687 100644 --- a/examples/SDL/premake4.lua +++ b/examples/SDL/premake4.lua @@ -9,6 +9,7 @@ project "SDL" links { "CppSharp.AST", "CppSharp.Generator" } +if config.ExampleTests then project "SDL.Tests" @@ -53,3 +54,5 @@ project "SDL.Tests" libdir .. "/SDL/SDL_video.cs", "*.lua" } + +end \ No newline at end of file