This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10082 for ps


Ignore:
Timestamp:
08/24/11 02:15:00 (13 years ago)
Author:
ben
Message:

Removes superfluous test build configuration from premake4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/build/premake/premake4.lua

    r10026 r10082  
    5252end
    5353location(_OPTIONS["outpath"])
    54 configurations { "Release", "Debug", "Testing" }
     54configurations { "Release", "Debug" }
    5555
    5656-- Get some environement specific information used later.
     
    117117        targetsuffix("_dbg")
    118118
    119     configuration "Testing"
    120         objdir(obj_dir_prefix.."Test")
    121         targetsuffix("_test")
    122 
    123119    configuration "Release"
    124120        objdir(obj_dir_prefix.."Release")
     
    139135    configuration "Debug"
    140136        defines { "DEBUG" }
    141 
    142     configuration "Testing"
    143         defines { "TESTING" }
    144137
    145138    configuration "Release"
     
    689682        -- For debug_resolve_symbol
    690683        configuration "Debug"
    691             linkoptions { "-rdynamic" }
    692         configuration "Testing"
    693684            linkoptions { "-rdynamic" }
    694685        configuration { }
     
    10961087        configuration "Debug"
    10971088            linkoptions { "-rdynamic" }
    1098         configuration "Testing"
    1099             linkoptions { "-rdynamic" }
    11001089        configuration { }
    11011090
Note: See TracChangeset for help on using the changeset viewer.