Testing travis xenia powerpc testing
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -35,3 +35,6 @@ project("xenia-cpu-ppc-tests")
|
||||
"2>&1",
|
||||
"1>scratch/stdout-testing.txt",
|
||||
})
|
||||
|
||||
-- xenia-base needs this
|
||||
links({"xenia-ui"})
|
||||
|
||||
@@ -13,5 +13,6 @@ test_suite("xenia-cpu-tests", project_root, ".", {
|
||||
|
||||
-- TODO(benvanik): cut these dependencies?
|
||||
"xenia-kernel",
|
||||
"xenia-ui", -- needed by xenia-base
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user