1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine the regression test tool, add missing files

This commit is contained in:
winlin 2021-03-04 14:03:01 +08:00
parent a29d0a6a24
commit bb3bd1705e
8 changed files with 1333 additions and 3 deletions

View file

@ -17,7 +17,7 @@ bench: ./objs/srs_bench
test: ./objs/srs_test
./objs/srs_test: .format.txt *.go rtc/*.go srs/*.go Makefile
go test ./srs -c -o ./objs/srs_test
go test ./srs -mod=vendor -c -o ./objs/srs_test
help:
@echo "Usage: make [bench|test]"