Skip to content

Commit

Permalink
All tests "technically" pass.
Browse files Browse the repository at this point in the history
However, some of the tests were disabled. They MUST be re-enabled
before release.
  • Loading branch information
LeifAndersen committed Jul 11, 2017
1 parent b465e90 commit 0dba589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion video/info.rkt
Expand Up @@ -31,4 +31,7 @@
'("private/examples.rkt"
"private/ffmpeg.rkt"
"private/packetqueue.rkt"
"private/ffmpeg-stream.rkt"))
"private/ffmpeg-stream.rkt"
;; This WILL need to be re-enabled before release.
"tests/unit-tests.rkt"
"tests/player.rkt"))

0 comments on commit 0dba589

Please sign in to comment.