We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a69ef3 commit b212413Copy full SHA for b212413
README.md
@@ -8,10 +8,10 @@ See https://phpcompiler.org for more details.
8
9
After checking out via git, run
10
11
- $ touch src/generated/*
12
- $ ./configure
13
- $ make
14
- $ make install
+ $ touch src/generated/*
+ $ ./configure
+ $ make
+ $ make install
15
16
For more detail, see the manual, in docs/manual/.
17
@@ -29,12 +29,18 @@ each test run.
29
30
To run tests:
31
32
- $ make test (aka make check)
+ $ make test # aka make check
33
+
34
or
35
36
$ make installcheck
37
38
39
40
$ make long-test
41
42
43
44
$ php test/framework/driver.php
45
46
The latter allows command line options, and limiting the tests with regular
0 commit comments