From e10736482cdef42311cb7aa7e3f3f173e7872681 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 3 Feb 2019 11:09:10 -0500 Subject: [PATCH] Add test compile to makefile --- GNUmakefile | 3 +++ GNUmakefile-cross | 3 +++ 2 files changed, 6 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index e87f7e2e..cbf7bd50 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -122,6 +122,9 @@ ifeq ($(DETECT_FEATURES),1) ifneq ($(strip $(TCXXFLAGS)),) $(info Using testing flags: $(TCXXFLAGS)) endif + #TPROG = TestPrograms/test_cxx.cxx + #$(info Testing compile... ) + #$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null)) endif # Fixup AIX diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 6e264173..af3adfcb 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -184,6 +184,9 @@ ifeq ($(DETECT_FEATURES),1) ifneq ($(strip $(TCXXFLAGS)),) $(info Using testing flags: $(TCXXFLAGS)) endif + #TPROG = TestPrograms/test_cxx.cxx + #$(info Testing compile... ) + #$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null)) endif # For the previous messages