Skip to content

Commit 45b73b6

Browse files
committed
[temp] Only intrinsics tests
1 parent 83ac2d0 commit 45b73b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ include("setup.jl") # make sure everything is precompiled
5151
@info "Running $jobs tests in parallel. If this is too many, specify the `--jobs` argument to the tests, or set the JULIA_CPU_THREADS environment variable."
5252

5353
# choose tests
54-
const tests = []
54+
tests = []
5555
const test_runners = Dict()
5656
## files in the test folder
5757
for (rootpath, dirs, files) in walkdir(@__DIR__)
@@ -127,6 +127,7 @@ else
127127
any(arg->startswith(test, arg), ARGS)
128128
end
129129
end
130+
tests = ["intrinsics"]
130131

131132
# add workers
132133
const test_exeflags = Base.julia_cmd()

0 commit comments

Comments
 (0)