Candidate_v1.7.0
stable
|
Last change
on this file since 1ca493a was 490038, checked in by Frederik Heber <heber@…>, 15 years ago |
|
added --with-valgrind switch to configure script.
- if given, we use valgrind in the testsuite call and fail when valgrind reports errors or leaking memory.
- is off by default.
- test_all.sh:
- CXXFLAGS needs to be stated after configure such that configure can store the set value (also in its log)
- always compiles with -Wall
- in case of -g3 we use --with-valgrind to enable valgrinding of testsuite
- extended function configure() to three arguments, to allow for recognizing "-g3"
|
-
Property mode
set to
100755
|
|
File size:
109 bytes
|
| Line | |
|---|
| 1 | prefix='@prefix@'
|
|---|
| 2 | exec_prefix='@prefix@'
|
|---|
| 3 | topdir='@abs_top_builddir@'
|
|---|
| 4 | bindir='@bindir@'
|
|---|
| 5 | valgrind='@VALGRIND@'
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.