Skip to content
Snippets Groups Projects
Commit 3ebe4387 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

#define HEADERCHECK when running under headercheck

(I have a header which serves as a common denominator for several .cc files --
those only have to do typedef ... Grid; and include the header to work for
different grids.  Of course, hctest.cc does not have that typedef so I have to
work around it)


[[Imported from SVN: r5668]]
parent c98f4288
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ headercheck_PATTERN = *.hh
headercheck_IGNORE =
hctest.o: hctest.cc
$(CXX) -I$(top_srcdir) \
$(CXX) -I$(top_srcdir) -DHEADERCHECK \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) \
$(MPI_CPPFLAGS) $(ALL_PKG_CPPFLAGS) -c -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment