mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2468
This commit is contained in:
parent
6d8bf10988
commit
9f6dbd55f3
|
@ -18,9 +18,9 @@ TESTS = test_sanity.py \
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
*.xml *wu *result *output *input \
|
*.xml *wu *result *output *input \
|
||||||
test*.py \
|
test*.py cgiserver.py fake_php.py \
|
||||||
db_def_to_php *.php version.inc.in boinc_db.inc \
|
db_def_to_php *.php version.inc.in boinc_db.inc \
|
||||||
test*.inc init.inc boinc_db.inc cgiserver.py
|
test*.inc init.inc boinc_db.inc
|
||||||
|
|
||||||
$(TESTS): $(top_srcdir)/py/Boinc/version.py $(top_srcdir)/py/Boinc/boinc_db.py
|
$(TESTS): $(top_srcdir)/py/Boinc/version.py $(top_srcdir)/py/Boinc/boinc_db.py
|
||||||
|
|
||||||
|
|
2
testbase
2
testbase
|
@ -48,4 +48,4 @@ reqeval "cd boinc"
|
||||||
reqeval_log "./configure" configure.log
|
reqeval_log "./configure" configure.log
|
||||||
reqeval_log "make all" make_all.log
|
reqeval_log "make all" make_all.log
|
||||||
reqeval_log "make check" make_check.log
|
reqeval_log "make check" make_check.log
|
||||||
reqeval_log "make distcheck" make_distcheck.log
|
# reqeval_log "make distcheck" make_distcheck.log
|
||||||
|
|
Loading…
Reference in New Issue