From 6aa7487bab54a2b3c02ac4eb563b9633073c848a Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 3 Sep 2015 16:18:19 +0300 Subject: [PATCH] Add TESTS file Add a TESTS file that explains how icon related tests will FAIL in any other system but mine. --- TESTS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TESTS diff --git a/TESTS b/TESTS new file mode 100644 index 0000000..48bea6b --- /dev/null +++ b/TESTS @@ -0,0 +1,9 @@ +When running: + + make test + +it's normal that you'll get the tests that produce menus with icons to +report FAIL. You really shouldn't worry about those, as the only way to +make them report PASS would be for you to use the exact same icon theme +I'm using and have the same applications installed in your system, which +you most probably don't. These tests are meant mostly for my own testing.