Skip to content

Commit 1173560

Browse files
committed
AI: Add run utest in guideline for augment code.
1 parent e840740 commit 1173560

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

.augment-guidelines

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ build:
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+

.vscode/settings.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,48 @@
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
}

0 commit comments

Comments
 (0)