Added a new test, ims.
This commit is contained in:
parent
e3762fc983
commit
f1cca1b488
1 changed files with 11 additions and 0 deletions
|
|
@ -5,15 +5,23 @@
|
|||
#
|
||||
#
|
||||
test_issp=@COMPILE_IDEAL_SOLUTIONS@
|
||||
test_electrolytes=@COMPILE_ELECTROLYTES@
|
||||
|
||||
all:
|
||||
ifeq ($(test_issp),1)
|
||||
cd issp; @MAKE@ all
|
||||
endif
|
||||
ifeq ($(test_electrolytes),1)
|
||||
cd ims; @MAKE@ all
|
||||
endif
|
||||
|
||||
test:
|
||||
ifeq ($(test_issp),1)
|
||||
cd issp; @MAKE@ test
|
||||
endif
|
||||
ifeq ($(test_electrolytes),1)
|
||||
cd ims; @MAKE@ test
|
||||
endif
|
||||
|
||||
clean:
|
||||
$(RM) *.*~
|
||||
|
|
@ -23,3 +31,6 @@ depends:
|
|||
ifeq ($(test_issp),1)
|
||||
cd issp; @MAKE@ depends
|
||||
endif
|
||||
ifeq ($(test_electrolytes),1)
|
||||
cd ims; @MAKE@ depends
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue