Fixing alloy-test.
This commit is contained in:
parent
4603869bdc
commit
8666c3975a
|
@ -10,7 +10,7 @@
|
|||
#define CATCH_CONFIG_RUNNER
|
||||
#include <third_party/catch/single_include/catch.hpp>
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace test {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <third_party/xbyak/xbyak/xbyak_bin2hex.h>
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <tools/alloy-test/util.h>
|
||||
#include <alloy/test/util.h>
|
||||
|
||||
using namespace alloy;
|
||||
using namespace alloy::hir;
|
||||
|
|
Loading…
Reference in New Issue