Added -s to make tests.
This commit is contained in:
parent
b991a3d03b
commit
56b9bc371e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ all:
|
|||
cd negATest; @MAKE@ all
|
||||
|
||||
test:
|
||||
cd minDiamond; @MAKE@ test
|
||||
cd negATest; @MAKE@ test
|
||||
cd minDiamond; @MAKE@ -s test
|
||||
cd negATest; @MAKE@ -s test
|
||||
|
||||
clean:
|
||||
$(RM) *.*~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue