Add test compile to makefile
parent
ef1c8c2bb4
commit
e10736482c
|
|
@ -122,6 +122,9 @@ ifeq ($(DETECT_FEATURES),1)
|
||||||
ifneq ($(strip $(TCXXFLAGS)),)
|
ifneq ($(strip $(TCXXFLAGS)),)
|
||||||
$(info Using testing flags: $(TCXXFLAGS))
|
$(info Using testing flags: $(TCXXFLAGS))
|
||||||
endif
|
endif
|
||||||
|
#TPROG = TestPrograms/test_cxx.cxx
|
||||||
|
#$(info Testing compile... )
|
||||||
|
#$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Fixup AIX
|
# Fixup AIX
|
||||||
|
|
|
||||||
|
|
@ -184,6 +184,9 @@ ifeq ($(DETECT_FEATURES),1)
|
||||||
ifneq ($(strip $(TCXXFLAGS)),)
|
ifneq ($(strip $(TCXXFLAGS)),)
|
||||||
$(info Using testing flags: $(TCXXFLAGS))
|
$(info Using testing flags: $(TCXXFLAGS))
|
||||||
endif
|
endif
|
||||||
|
#TPROG = TestPrograms/test_cxx.cxx
|
||||||
|
#$(info Testing compile... )
|
||||||
|
#$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# For the previous messages
|
# For the previous messages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue