Skip to content

Commit

Permalink
Fix formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiggar committed Jun 8, 2015
1 parent 0a69ef3 commit b212413
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ See https://phpcompiler.org for more details.

After checking out via git, run

$ touch src/generated/*
$ ./configure
$ make
$ make install
$ touch src/generated/*
$ ./configure
$ make
$ make install

For more detail, see the manual, in docs/manual/.

Expand All @@ -29,12 +29,18 @@ each test run.

To run tests:

$ make test (aka make check)
$ make test # aka make check

or

$ make installcheck

or

$ make long-test

or

$ php test/framework/driver.php

The latter allows command line options, and limiting the tests with regular
Expand Down

0 comments on commit b212413

Please sign in to comment.