File tree 2 files changed +11
-5
lines changed 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# ------------------------------ add folder compiler file path here
4
4
export DIR_COMPILER = ${OPENTCAM_ROOT} /compiler
5
-
6
5
# --------------- config files
7
6
export DIR_COMP_CONFIGS = ${DIR_COMPILER} /configs
8
-
9
7
# --------------- tcam table maps
10
8
export DIR_COMP_LIB = ${DIR_COMPILER} /lib
11
-
12
9
# --------------- py source code
13
10
export DIR_COMP_SRC = ${DIR_COMPILER} /src
14
-
15
11
# --------------- py tests
16
12
export DIR_COMP_TESTS = ${DIR_COMPILER} /tests
17
13
@@ -26,3 +22,6 @@ export DIR_DOCS = ${OPENTCAM_ROOT}/docs
26
22
27
23
# ------------------------------ add folder images file path here
28
24
export DIR_IMAGES = ${OPENTCAM_ROOT} /images
25
+
26
+ # ------------------------------ add folder logs file path here
27
+ export DIR_LOGS = ${OPENTCAM_ROOT} /logs
Original file line number Diff line number Diff line change @@ -26,4 +26,11 @@ MARKER :=
26
26
27
27
# python coverage args
28
28
COV_TITLE := " OpenTCAM Coverage"
29
- COV_FOLDER := " coverage_html"
29
+ COV_FOLDER := " coverage_html"
30
+
31
+ # python pylint args
32
+ # to configure OUTPUT_FMT see output-format flag in compiler/configs/.pylintrc
33
+ FORMAT := msvs
34
+ COLOR := colorized
35
+ SCORE := y
36
+ REPORTS := y
You can’t perform that action at this time.
0 commit comments