Changeset 220
- Timestamp:
- Dec 24, 2006, 11:53:05 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r219 r220 174 174 AC_MSG_NOTICE([WC dependent tests are enabled]) 175 175 else 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]) 177 178 fi 178 179 AC_MSG_NOTICE([]) -
trunk/test/Makefile.am
r219 r220 24 24 TESTS = gnuplot_pipe parser 25 25 if WCTESTS 26 26 TESTS += directory file 27 27 endif 28 28 … … 33 33 AM_CPPFLAGS = -I@top_srcdir@/lib 34 34 35 directory_SOURCES = directory.cc 36 file_SOURCES = file.cc 35 37 gnuplot_pipe_SOURCES = gnuplot_pipe.cc 36 38 parser_SOURCES = parser.cc 37 if WCTESTS38 directory_SOURCES = directory.cc39 file_SOURCES = file.cc40 endif41 39 42 40 clean-local:
Note: See TracChangeset
for help on using the changeset viewer.