diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-17 11:21:23 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-17 23:46:31 +0000 |
commit | 1c36b4a73b876258fbe01fbe9bc9b750b7dcc9ce (patch) | |
tree | 25d938e834ce198d3ae9fdf043ea98421bee2b95 /Makefile.am | |
parent | 92939fc4c0261dccd4b755186aba84a9b1412bed (diff) |
tests: add basic journal test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5652a899a1..336c977e5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5669,6 +5669,9 @@ EXTRA_DIST += \ test/TEST-03-JOBS/Makefile \ test/TEST-03-JOBS/test-jobs.sh \ test/TEST-03-JOBS/test.sh \ + test/TEST-04-JOURNAL/Makefile \ + test/TEST-04-JOURNAL/test-journal.sh \ + test/TEST-04-JOURNAL/test.sh \ test/test-functions EXTRA_DIST += \ |