Skip to content

Commit 26e9aa5

Browse files
committed
Removed old code
1 parent 3050e63 commit 26e9aa5

19 files changed

+13
-1
lines changed

Makefile

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,22 @@ docker-push: docker-dep
4343
test: go-dep
4444
@echo Test
4545
@${GO} mod tidy
46+
@echo ... test sys/ffmpeg61
4647
@${GO} test ./sys/ffmpeg61
48+
@echo ... test pkg/ffmpeg
49+
@${GO} test ./pkg/ffmpeg
50+
@echo ... test sys/chromaprint
4751
@${GO} test ./sys/chromaprint
52+
@echo ... test pkg/chromaprint
53+
@${GO} test ./pkg/chromaprint
54+
@echo ... test pkg/file
55+
@${GO} test ./pkg/file
56+
@echo ... test pkg/generator
57+
@${GO} test ./pkg/generator
58+
@echo ... test pkg/image
59+
@${GO} test ./pkg/image
60+
@echo ... test pkg
4861
@${GO} test ./pkg/...
49-
@${GO} test .
5062

5163
container-test: go-dep
5264
@echo Test

codec.go renamed to _old/codec.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

frame.go renamed to _old/frame.go

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)