source: tests/regression/atlocal.in@ efc80e

ForceAnnealing_oldresults IndependentFragmentGrids_IntegrationTest
Last change on this file since efc80e 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 
1prefix='@prefix@'
2exec_prefix='@prefix@'
3topdir='@abs_top_builddir@'
4bindir='@bindir@'
5valgrind='@VALGRIND@'
Note: See TracBrowser for help on using the repository browser.