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:
parent
a29d0a6a24
commit
bb3bd1705e
8 changed files with 1333 additions and 3 deletions
2
trunk/3rdparty/srs-bench/Makefile
vendored
2
trunk/3rdparty/srs-bench/Makefile
vendored
|
@ -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]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue