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
7 lines
124 B
Julia
7 lines
124 B
Julia
using ExpressionExecutorCuda
|
|
using Test
|
|
|
|
@testset "ExpressionExecutorCuda.jl" begin
|
|
include("ExpressionProcessing.jl")
|
|
end
|