Skip to content

Commit

Permalink
Attempt to create minimal test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Aug 24, 2018
1 parent 43d7fea commit 9e38142
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include("avio.jl")
#include("avio.jl")
include("test.jl")
11 changes: 11 additions & 0 deletions test/test.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using Test
using FileIO, ImageCore

import VideoIO

testdir = dirname(@__FILE__)

println(stderr, "Testing file reading...")

first_frame_file = joinpath(testdir, "annie_oakley.png")
first_frame = load(first_frame_file)

0 comments on commit 9e38142

Please sign in to comment.