Fix missing .exe for test filenames in Makefile (MinGW)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 22:50:24 +0000 (01:50 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 22:50:24 +0000 (01:50 +0300)
commit3aacd48d0f42e32cacef75910e7ac562b13e4e8c
treeb569745f9f425eae210413f6d9bebb1cafed5596
parent650dbe6bda81903c929671efb48e927dd8b92151
Fix missing .exe for test filenames in Makefile (MinGW)
(fix commits ad82960, 13a17dd, ecd43ca)

* tests/Makefile.am (TESTS, check-without-test-driver): Add $(EXEEXT)
suffix to each item (test).
* tests/Makefile.am (TEST_OBJS): Reorder items (to match the that of
TESTS).
* tests/Makefile.am (check_PROGRAMS): Specify all items explicitly (so
that to have all items without the suffix as before this change).
tests/Makefile.am