comparison test/runtests.jl @ 760:e7176fb09e98 test/type_stability

Add utility function for testing type stability using the @inferred macro to allow for tests failing, rather than producing an error.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 02 Jul 2021 14:02:45 +0200
parents e279c53eb647
children
comparison
equal deleted inserted replaced
759:80d88bb1c5bd 760:e7176fb09e98
1 using Test 1 using Test
2 using Glob 2 using Glob
3
4 include("test_util.jl")
5
3 6
4 """ 7 """
5 run_testfiles() 8 run_testfiles()
6 run_testfiles(path, globs) 9 run_testfiles(path, globs)
7 10