adds TestSetExtensions to test/REQUIRE

This commit is contained in:
Spencer Russell 2017-05-19 01:10:19 -04:00
parent de0dd1054f
commit 47ea6a0c30
2 changed files with 2 additions and 4 deletions

View file

@ -6,8 +6,6 @@ using SampledSignals
using RingBuffers
#using Suppressor
using Base: AsyncCondition
import Base: eltype, show
import Base: close, isopen
import Base: read, read!, write, flush
@ -350,7 +348,7 @@ end
# this is called by the shim process callback to notify that there is new data.
# it's run in the audio context so don't do anything besides wake up the
# AsyncCondition
# AsyncCondition handle associated with that ring buffer
notifycb(handle) = ccall(:uv_async_send, Cint, (Ptr{Void}, ), handle)
end # module PortAudio

View file

@ -1 +1 @@
BaseTestNext
TestSetExtensions