Small fixes for new auxchecks target that runs GNU Scientific Library tests

Fixes:
- Ensure proper slash is present in default folder path: auxprogs/auxchecks.
- Ensure intermediate build artifacts aren't accidentally committed to git.

Fixes: 5efd866df ("Add new auxchecks target that runs GNU Scientific Library tests.")
This commit is contained in:
Rhys Kidd 2020-07-03 10:29:42 +10:00
parent 5efd866df2
commit efbc655366
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -61,6 +61,9 @@
/auxprogs/valgrind-di-server
/auxprogs/valgrind-listener
# /auxprogs/auxchecks/
/auxprogs/auxchecks/*
# /cachegrind/
/cachegrind/*.so
/cachegrind/.deps

View File

@ -127,7 +127,7 @@ auxclean: gsl-clean
# You can override AUX_CHECK_DIR to use a previous download/build.
# Must be an absolute path.
# e.g. make auxchecks AUX_CHECK_DIR=$HOME/valgrind-auxtests
AUX_CHECK_DIR=$(abs_builddir)auxchecks
AUX_CHECK_DIR=$(abs_builddir)/auxchecks
# GNU Scientific Library 1.6
GSL_DIR_NAME=gsl-1.6