From df34ea1e26b7c4817bbd980b381b9869fb081f5b Mon Sep 17 00:00:00 2001 From: triton Date: Mon, 4 Feb 2013 18:20:31 +0000 Subject: [PATCH] Add the new generator tests project to the master build. --- build/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/premake4.lua b/build/premake4.lua index 713188fa..7eaf81fb 100644 --- a/build/premake4.lua +++ b/build/premake4.lua @@ -35,5 +35,6 @@ solution "Cxxi" group "Cxxi" include (srcdir .. "/Bridge/Bridge.lua") include (srcdir .. "/Generator/Generator.lua") + include (srcdir .. "/Generator.Tests/Generator.Tests.lua") include (srcdir .. "/Parser/Parser.lua")