Skip to content
Snippets Groups Projects
Commit 3173178e authored by Omar Awile's avatar Omar Awile
Browse files

Update to allow passing FUNITFLAGS on the command line

parent abaaff6e
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ new: all install
ftest: all
@FC=$(FC) FCFLAGS="$(FCFLAGS)" MODULES=$(MODULES_DIR) \
LDFLAGS="-L$(builddir)/lib -lppmnumerics $(LDFLAGS) $(LIBS)" \
CPP=$(CPP) CG="$(CG)" DEFINE="$(CPPFLAGS)" FSFLAG=$(MODFLAG) $(FUNIT) $(FUNIT_FLAGS) $(FUNFILES)
CPP=$(CPP) CG="$(CG)" DEFINE="$(CPPFLAGS)" FSFLAG=$(MODFLAG) $(FUNIT) $(FUNIT_FLAGS) $(FUNITFLAGS) $(FUNFILES)
# This ensures all dependency files are up-to-date
# WARNING: The directive below will fail silently, in case of problems
......
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