~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/pm/hydra/confdb/aclocal_coverage.m4

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
if test "$enable_coverage" = "yes" ; then
26
26
    if test "$ac_cv_prog_gcc" = "yes" ; then
27
27
        CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
 
28
        LIBS="$LIBS -lgcov"
28
29
        if test ${WRAPPER_CFLAGS+set} = set ; then
29
30
            WRAPPER_CFLAGS="$WRAPPER_CFLAGS -fprofile-arcs -ftest-coverage"
30
31
        fi
34
35
    if test "$enable_cxx" = "yes" ; then
35
36
        if test "$ac_cv_cxx_compiler_gnu" = "yes" ; then
36
37
            CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage"
 
38
            LIBS="$LIBS -lgcov"
37
39
            if test ${WRAPPER_CXXFLAGS+set} = set ; then
38
40
                WRAPPER_CXXFLAGS="$WRAPPER_CXXFLAGS -fprofile-arcs -ftest-coverage"
39
41
            fi
46
48
    if test "$enable_f77" = yes ; then
47
49
        if test "$ac_cv_f77_compiler_gnu" = "yes" ; then
48
50
             FFLAGS="$FFLAGS -fprofile-arcs -ftest-coverage"
 
51
             LIBS="$LIBS -lgcov"
49
52
             if test ${WRAPPER_FFLAGS+set} = set ; then
50
53
                 WRAPPER_FFLAGS="$WRAPPER_FFLAGS -fprofile-arcs -ftest-coverage"
51
54
             fi
56
59
    if test "$enable_fc" = yes ; then
57
60
        if test "$ac_cv_fc_compiler_gnu" = "yes" ; then
58
61
             FCFLAGS="$FCFLAGS -fprofile-arcs -ftest-coverage"
 
62
             LIBS="$LIBS -lgcov"
59
63
             if test ${WRAPPER_FCFLAGS+set} = set ; then
60
64
                 WRAPPER_FCFLAGS="$WRAPPER_FCFLAGS -fprofile-arcs -ftest-coverage"
61
65
             fi