Testing travis xenia powerpc testing

This commit is contained in:
Dr. Chat
2017-02-06 00:24:06 -06:00
parent 8947a7626e
commit b66f10f2b8
14 changed files with 106 additions and 48 deletions

View File

@@ -13,6 +13,8 @@
#include "xenia/cpu/ppc/ppc_context.h"
#include "xenia/cpu/ppc/ppc_hir_builder.h"
#include <cmath>
namespace xe {
namespace cpu {
namespace ppc {

View File

@@ -35,3 +35,6 @@ project("xenia-cpu-ppc-tests")
"2>&1",
"1>scratch/stdout-testing.txt",
})
-- xenia-base needs this
links({"xenia-ui"})

View File

@@ -13,5 +13,6 @@ test_suite("xenia-cpu-tests", project_root, ".", {
-- TODO(benvanik): cut these dependencies?
"xenia-kernel",
"xenia-ui", -- needed by xenia-base
},
})