mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
5efd866df2
commit
efbc655366
3
.gitignore
vendored
3
.gitignore
vendored
@ -61,6 +61,9 @@
|
||||
/auxprogs/valgrind-di-server
|
||||
/auxprogs/valgrind-listener
|
||||
|
||||
# /auxprogs/auxchecks/
|
||||
/auxprogs/auxchecks/*
|
||||
|
||||
# /cachegrind/
|
||||
/cachegrind/*.so
|
||||
/cachegrind/.deps
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user