Skip to content

Commit

Permalink
fix ci (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpernambuco committed Jan 11, 2025
1 parent 0bb2559 commit 4523568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EMU_TO_INC= $(addprefix src/,jsonrpc-machine-c-api.h machine-c-api.h machine-c-v
UARCH_TO_SHARE= uarch-ram.bin

TESTS_TO_BIN= tests/build/misc/test-merkle-tree-hash tests/build/misc/test-machine-c-api
TESTS_LUA_TO_LUA_PATH=tests/lua/cartesi
TESTS_LUA_TO_LUA_PATH=tests/lua/cartesi tests/lua/third_party
TESTS_LUA_TO_TEST_LUA_PATH=$(wildcard tests/lua/*.lua)
TESTS_SCRIPTS_TO_TEST_SCRIPTS_PATH=$(wildcard tests/scripts/*.sh)
TESTS_DATA_TO_TESTS_DATA_PATH= tests/build/machine tests/build/uarch tests/build/uarch-riscv-arch-test tests/build/images
Expand Down
2 changes: 1 addition & 1 deletion tests/lua/cmio-test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

local cartesi = require("cartesi")
local test_util = require("cartesi.tests.util")
local sha3 = require("third_party.plc.sha3")
local test_data = require("cartesi.tests.data")
local sha3 = require("third_party.plc.sha3")
local jsonrpc

local function keccak(a, b)
Expand Down

0 comments on commit 4523568

Please sign in to comment.