Changeset 220


Ignore:
Timestamp:
Dec 24, 2006, 11:53:05 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #85. Removing tab stop in test/Makefile.am is was very important\!

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r219 r220  
    174174    AC_MSG_NOTICE([WC dependent tests are enabled])
    175175else
    176     AC_MSG_NOTICE([WC dependent tests are disabled, --enable-wctests to enable])
     176    AC_MSG_NOTICE([WC dependent tests are disabled ... okay for most users])
     177    AC_MSG_NOTICE([Developers, use --enable-wctests to enable WC tests])
    177178fi
    178179AC_MSG_NOTICE([])
  • trunk/test/Makefile.am

    r219 r220  
    2424TESTS = gnuplot_pipe parser
    2525if WCTESTS
    26   TESTS += directory file
     26TESTS += directory file
    2727endif
    2828
     
    3333AM_CPPFLAGS = -I@top_srcdir@/lib
    3434
     35directory_SOURCES = directory.cc
     36file_SOURCES = file.cc
    3537gnuplot_pipe_SOURCES = gnuplot_pipe.cc
    3638parser_SOURCES = parser.cc
    37 if WCTESTS
    38   directory_SOURCES = directory.cc
    39   file_SOURCES = file.cc
    40 endif
    4139
    4240clean-local:
Note: See TracChangeset for help on using the changeset viewer.