We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea68f88 commit 0618a8aCopy full SHA for 0618a8a
.gitignore
@@ -32,3 +32,9 @@ bstrlib.txt
32
build
33
cmark.dSYM/*
34
cmark
35
+
36
+# Testing and benchmark
37
+alltests.md
38
+progit/
39
+bench/benchinput.md
40
+test/afl_results/
Makefile
@@ -11,7 +11,7 @@ FUZZCHARS?=2000000 # for fuzztest
11
BENCHDIR=bench
12
BENCHFILE=$(BENCHDIR)/benchinput.md
13
ALLTESTS=alltests.md
14
-NUMRUNS?=10
+NUMRUNS?=20
15
CMARK=$(BUILDDIR)/src/cmark
16
PROG?=$(CMARK)
17
VERSION?=$(SPECVERSION)
man/man3/cmark.3
@@ -1,4 +1,4 @@
1
-.TH cmark 3 "November 18, 2016" "LOCAL" "Library Functions Manual"
+.TH cmark 3 "November 29, 2016" "LOCAL" "Library Functions Manual"
2
.SH
3
NAME
4
.PP
0 commit comments