added julia package
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

This commit is contained in:
2024-07-06 12:05:26 +02:00
parent 6fbd08f0bc
commit fa643b8b27
8 changed files with 141 additions and 232 deletions

6
package/test/runtests.jl Normal file
View File

@ -0,0 +1,6 @@
using ExpressionExecutorCuda
using Test
@testset "ExpressionExecutorCuda.jl" begin
# Write your tests here.
end