From e10ab0f7f7da697f129c64a0f0ca00c02cbb3608 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Aug 2018 15:16:06 +0100 Subject: [PATCH] tools: make functest: also run unit tests The main unit tests are now included in the functional test suite (via hledger's test command), so make functest covers more. [ci skip] --- tests/0unittests/unittests.test | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/0unittests/unittests.test diff --git a/tests/0unittests/unittests.test b/tests/0unittests/unittests.test new file mode 100644 index 000000000..6c5fac496 --- /dev/null +++ b/tests/0unittests/unittests.test @@ -0,0 +1,4 @@ +# Run unit tests, making it easier to run all tests. + +$ hledger test +>2 /Errors: 0 Failures: 0$/