From eb6b46ac47c2362f0b3693db9ba1feb4819bdc76 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 6 Jul 2006 15:56:43 +0000 Subject: [PATCH] Added directory. --- test_problems/cathermo/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_problems/cathermo/Makefile.in b/test_problems/cathermo/Makefile.in index 9ac39c730..5f82b8eb7 100644 --- a/test_problems/cathermo/Makefile.in +++ b/test_problems/cathermo/Makefile.in @@ -18,6 +18,7 @@ ifeq ($(test_electrolytes),1) cd testIAPWSTripP; @MAKE@ all cd testWaterPDSS; @MAKE@ all cd testWaterTP; @MAKE@ all + cd HMW_graph_GvT; @MAKE@ all endif test: @@ -31,6 +32,7 @@ ifeq ($(test_electrolytes),1) cd testIAPWSTripP; @MAKE@ test cd testWaterPDSS; @MAKE@ test cd testWaterTP; @MAKE@ test + cd HMW_graph_GvT; @MAKE@ test endif clean: @@ -42,6 +44,7 @@ clean: cd testIAPWSTripP; @MAKE@ clean cd testWaterPDSS; @MAKE@ clean cd testWaterTP; @MAKE@ clean + cd HMW_graph_GvT; @MAKE@ clean depends: ifeq ($(test_issp),1) @@ -54,4 +57,5 @@ ifeq ($(test_electrolytes),1) cd testIAPWSTripP; @MAKE@ depends cd testWaterPDSS; @MAKE@ depends cd testWaterTP; @MAKE@ depends + cd HMW_graph_GvT; @MAKE@ depends endif