From 13cb81dc5498887983a02a7fa79eef5c79525bdb Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 7 Jan 2008 23:02:25 +0000 Subject: [PATCH] Added a missing test --- test_problems/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_problems/Makefile.in b/test_problems/Makefile.in index 54ab09526..d37229c44 100644 --- a/test_problems/Makefile.in +++ b/test_problems/Makefile.in @@ -62,8 +62,9 @@ test: @ cd CpJump; @MAKE@ -s test @ cd mixGasTransport; @MAKE@ -s test @ cd multiGasTransport; @MAKE@ -s test -ifeq ($(test_cathermo),1) - @ cd pureFluidTest; @MAKE@ -s test +ifeq ($(test_pure_fluids),1) + @ cd pureFluidTest; @MAKE@ -s test + @ cd rankine_democxx; @MAKE@ -s test endif ifeq ($(test_ck),1) @ cd ck2cti_test; @MAKE@ -s test