now tests run, but fail because there aren't any

This commit is contained in:
Spencer Russell 2016-03-19 21:56:42 -04:00
parent 958cccf16f
commit 4cb94e168d

View file

@ -1,5 +1,7 @@
#!/usr/bin/env julia #!/usr/bin/env julia
using BaseTestNext
@testset "PortAudio Tests" begin @testset "PortAudio Tests" begin
@test false @test false
end end