vars.am, symm/Makefile.am: Associate built test vector files with logs.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Sep 2016 14:03:59 +0000 (15:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 Sep 2016 14:03:59 +0000 (15:03 +0100)
commit3c8d8c60a5e3f08f84c327e7476c6095843e23ab
treed89101a6b517b543a7ac420aea4c6ca25e7e99e6
parent423acb9483f672df5cf220e386b7d85e35b95fb8
vars.am, symm/Makefile.am: Associate built test vector files with logs.

Previously they were associated with the test executables, but that's
not the right approach, and it's going to be a problem if we don't fix
it.

Unfortunately, Automake only allows dependencies on test log files if
the test-file suffix is listed in $(TEST_EXTENSIONS).
symm/Makefile.am
vars.am