From 3be7654211c9a7edd829295d792c297747cd9a81 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Tue, 20 Jun 2017 21:34:05 -0400 Subject: [PATCH] switches to new ExtendedTestSet for testing --- test/REQUIRE | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/REQUIRE b/test/REQUIRE index abfb3e5..1732451 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -2,4 +2,4 @@ BaseTestNext FixedPointNumbers Gumbo WAV -TestSetExtensions +TestSetExtensions 1.0.0 diff --git a/test/runtests.jl b/test/runtests.jl index e8ca0b9..1867071 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,7 +10,7 @@ using WAV include("support/util.jl") try - @testset DottedTestSet "SampledSignals Tests" begin + @testset ExtendedTestSet "SampledSignals Tests" begin @includetests ARGS end catch err