File tree Expand file tree Collapse file tree 2 files changed +49
-1
lines changed Expand file tree Collapse file tree 2 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 6969 command: "cd trunk && make -j"
7070 description: "Build the SRS server using parallel make in the trunk directory"
7171 working_directory: "trunk"
72+
73+ run-utests:
74+ command: "cd trunk && make utest -j && ./objs/srs_utest"
75+ description: "Run the unit tests for SRS"
76+ working_directory: "trunk"
77+
Original file line number Diff line number Diff line change 2323 "stack" : " cpp" ,
2424 "string" : " cpp" ,
2525 "string_view" : " cpp" ,
26- "unordered_map" : " cpp"
26+ "unordered_map" : " cpp" ,
27+ "__bit_reference" : " cpp" ,
28+ "__locale" : " cpp" ,
29+ "__node_handle" : " cpp" ,
30+ "__verbose_abort" : " cpp" ,
31+ "any" : " cpp" ,
32+ "cctype" : " cpp" ,
33+ "charconv" : " cpp" ,
34+ "clocale" : " cpp" ,
35+ "cmath" : " cpp" ,
36+ "complex" : " cpp" ,
37+ "condition_variable" : " cpp" ,
38+ "csignal" : " cpp" ,
39+ "cstdarg" : " cpp" ,
40+ "cstdint" : " cpp" ,
41+ "cstdio" : " cpp" ,
42+ "cstdlib" : " cpp" ,
43+ "cstring" : " cpp" ,
44+ "ctime" : " cpp" ,
45+ "cwchar" : " cpp" ,
46+ "cwctype" : " cpp" ,
47+ "execution" : " cpp" ,
48+ "memory" : " cpp" ,
49+ "forward_list" : " cpp" ,
50+ "fstream" : " cpp" ,
51+ "iomanip" : " cpp" ,
52+ "ios" : " cpp" ,
53+ "iosfwd" : " cpp" ,
54+ "iostream" : " cpp" ,
55+ "istream" : " cpp" ,
56+ "limits" : " cpp" ,
57+ "locale" : " cpp" ,
58+ "mutex" : " cpp" ,
59+ "new" : " cpp" ,
60+ "optional" : " cpp" ,
61+ "print" : " cpp" ,
62+ "ratio" : " cpp" ,
63+ "sstream" : " cpp" ,
64+ "stdexcept" : " cpp" ,
65+ "streambuf" : " cpp" ,
66+ "typeinfo" : " cpp" ,
67+ "variant" : " cpp" ,
68+ "algorithm" : " cpp"
2769 }
2870}
You can’t perform that action at this time.
0 commit comments