mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
core: test that we are using 4.0.x version now
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
func TestVersions(t *testing.T) {
|
||||
ocvv := OpenCVVersion()
|
||||
|
||||
if !strings.Contains(ocvv, "3.4") {
|
||||
if !strings.Contains(ocvv, "4.0") {
|
||||
t.Error("Wrong version of OpenCV:", ocvv)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user