Add new auxchecks target that runs GNU Scientific Library tests.
commit5efd866df21ab1f13402b280bcbe021b3b50a032
authorMark Wielaard <mark@klomp.org>
Tue, 30 Jun 2020 15:51:49 +0000 (30 17:51 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 2 Jul 2020 16:44:56 +0000 (2 18:44 +0200)
treeaf712ac4f8a02e5da76f0e4cd78d3e606de2c836
parent6630e2ae58bdf5386f1f63b2c4e9b58d585d6864
Add new auxchecks target that runs GNU Scientific Library tests.

Replace the gsl16test script under auxprogs that you run by hand
with a new make target auxchecks which fetches the source code,
patches, reconfigures and builds all tests. Then run all tests
under valgrind.
Makefile.am
auxprogs/Makefile.am
auxprogs/gsl-1.6.out.x86.exp [new file with mode: 0644]
auxprogs/gsl-1.6.patch [new file with mode: 0644]
auxprogs/gsl-1.6.supp [new file with mode: 0644]
auxprogs/gsl16-badfree.patch [deleted file]
auxprogs/gsl16-wavelet.patch [deleted file]
auxprogs/gsl16test [deleted file]