Add CPU Interpreter and a test case.
This commit is contained in:
@ -11,3 +11,8 @@ include(joinpath(baseFolder, "src", "Transpiler.jl"))
|
||||
include("InterpreterTests.jl")
|
||||
include("TranspilerTests.jl")
|
||||
end
|
||||
|
||||
|
||||
@testset "CPU Interpreter" begin
|
||||
include("CpuInterpreterTests.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user