Added a missing test

This commit is contained in:
Harry Moffat 2008-01-07 23:02:25 +00:00
parent 7b1746c781
commit 13cb81dc54

View file

@ -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