Added a missing test
This commit is contained in:
parent
7b1746c781
commit
13cb81dc54
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue