Skip to content

Commit

Permalink
Add readme for the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Aug 14, 2020
1 parent a2b59e2 commit 3b001af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/README.md
@@ -0,0 +1,16 @@
scheb/tombstone - Test Application
==================================

Little test application that is used by test cases and serves as a demo for the tombstone library.

Run the application (to generate tombstone logs):

```bash
php run.php
```

Generate a tombstone report:

```bash
../src/analyzer/tombstone-analyzer
```

0 comments on commit 3b001af

Please sign in to comment.