vars.am: Don't build the test programs for installation.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 May 2020 09:16:01 +0000 (10:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 May 2020 09:16:01 +0000 (10:16 +0100)
commitd49bdecf5f8d61fece826560a741c21e4f14bcd7
treef28010d4f66fd05de3e3ce3010b771e331b7beb6
parent3f078a9c1d674e911f8c4169930359d603ccd5fb
vars.am: Don't build the test programs for installation.

Most importantly, this makes them much easier to attach a debugger to,
because the actual executables are now where you expect, and you don't
have to write ridiculous runes involving `../libtool --mode=execute
...'.

Also, this makes the actual linking step somewhat faster.
vars.am