mirror of
https://github.com/Cian-H/nanoconc.git
synced 2025-12-22 22:22:01 +00:00
14 lines
330 B
Julia
14 lines
330 B
Julia
using Test
|
|
|
|
include("testutils.jl")
|
|
include("../src/nanoconc.jl")
|
|
|
|
# Set up the Python environment
|
|
TestUtils.init_pyenv()
|
|
|
|
# include("nanoconc_tests.jl")
|
|
@testset "miemfp" include("miemfp_tests.jl")
|
|
# include("quantumcalc_tests.jl")
|
|
TestUtils.singleton_include("benchmarks.jl", :Benchmarks, @__MODULE__)
|
|
|
|
Benchmarks.bench_vs_ffi() |