diff 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
line wrap: on
line diff
--- a/test/runtests.jl	Fri Jul 02 13:46:39 2021 +0200
+++ b/test/runtests.jl	Fri Jul 02 14:02:45 2021 +0200
@@ -1,6 +1,9 @@
 using Test
 using Glob
 
+include("test_util.jl")
+
+
 """
     run_testfiles()
     run_testfiles(path, globs)