Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Remove the SDL tests from the main build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Aug 9, 2013
1 parent 4152c30 commit aa8cc62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/SDL/premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project "SDL"

links { "CppSharp.AST", "CppSharp.Generator" }

if config.ExampleTests then

project "SDL.Tests"

Expand Down Expand Up @@ -53,3 +54,5 @@ project "SDL.Tests"
libdir .. "/SDL/SDL_video.cs",
"*.lua"
}

end

0 comments on commit aa8cc62

Please sign in to comment.