master-thesis/package/test/runtests.jl
Daniel 26741adec7
Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run
added tests but need to do rewrites. focus on GPU execution for now
2024-07-11 15:44:22 +02:00

7 lines
124 B
Julia

using ExpressionExecutorCuda
using Test
@testset "ExpressionExecutorCuda.jl" begin
include("ExpressionProcessing.jl")
end