mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Makefile: Pass -nogit to do_regtest.
svn-origin-rev: 18609
This commit is contained in:
parent
a4ad2a76f0
commit
348fcbf12b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ all: dirs makedep
|
|||
|
||||
# foreground testing, compilation happens in do_regtest
|
||||
test: dirs
|
||||
cd $(TSTDIR); $(TOOLSRC)/regtesting/do_regtest -nosvn -quick -arch $(ARCH) -version $(ONEVERSION) -cp2kdir ../../../ $(TESTOPTS)
|
||||
cd $(TSTDIR); $(TOOLSRC)/regtesting/do_regtest -nosvn -nogit -quick -arch $(ARCH) -version $(ONEVERSION) -cp2kdir ../../../ $(TESTOPTS)
|
||||
|
||||
# background testing, compilation happens here
|
||||
testbg: dirs makedep all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue