Skip to content

Commit 25a4c09

Browse files
committed
Revise building docs and ignore testing tmp files
Signed-off-by: TTFISH <jiongchiyu@gmail.com>
1 parent bcde2a3 commit 25a4c09

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@ test-pdf
9393
test-ps
9494
testfilters
9595
test-analyze
96-
Test_summary_final.txt
96+
Test_summary_final.txt
97+
test.pdf
98+
test.ps

INSTALL.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ or
7777
- libcupsfilters is supported for CUPS from version 2.2.2.
7878
- For earlier CUPS versions (1.5.x, required since 1.6.x), use cups-filters 1.x.
7979

80+
## Testing
81+
- For CI testing and build checks, run with:
82+
```
83+
make check
84+
```
8085

8186
## Installing Required Tools
8287

0 commit comments

Comments
 (0)