hls: split fmp4/mpegts muxer tests

This commit is contained in:
aler9
2022-09-17 22:21:16 +02:00
parent f1fb00b80f
commit 3e9d19e5e3
5 changed files with 845 additions and 474 deletions
+1 -7
View File
@@ -33,13 +33,7 @@ endif
test-internal:
go test -v $(TEST_INTERNAL_OPTS) \
./internal/conf \
./internal/confwatcher \
./internal/externalcmd \
./internal/hls \
./internal/logger \
./internal/rlimit \
./internal/rtmp/...
$$(go list ./internal/... | grep -v /core)
test-core:
$(foreach IMG,$(shell echo testimages/*/ | xargs -n1 basename), \