Ignore:
Timestamp:
08/25/14 02:43:30 (11 years ago)
Author:
epyon
Message:
  • updated all tests to new nova
  • cleaned up tests paths
  • general cleanup of tests and test data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/gui_test/premake4.lua

    r127 r321  
    55        flags { "ExtraWarnings", "NoPCH" }
    66
    7         configuration "gmake"   
    8                 buildoptions "-std=c++11"
    9 
    107        configuration "debug"
    118                defines { "DEBUG" }
    129                flags { "Symbols", "StaticRuntime" }
    13                 objdir (_ACTION.."/debug")
     10                objdir ("../../".._ACTION.."/debug")
    1411
    1512        configuration "release"
    1613                defines { "NDEBUG" }
    1714                flags { "Optimize", "StaticRuntime" }
    18                 objdir (_ACTION.."/release")
     15                objdir ("../../".._ACTION.."/release")
    1916
    2017        dofile("gui_test.lua")
    2118        dofile("../../nv.lua")
    22 
    23 if _ACTION == "clean" then
    24         for action in premake.action.each() do
    25                 os.rmdir(action.trigger)
    26         end
    27 end
Note: See TracChangeset for help on using the changeset viewer.