2003-06-08 10:46:19 +00:00
|
|
|
## $Id$
|
|
|
|
|
|
|
|
include $(top_srcdir)/Makefile.incl
|
|
|
|
|
2003-06-20 01:31:03 +00:00
|
|
|
TESTS = test_sanity.py \
|
|
|
|
test_uc.py \
|
|
|
|
test_concat.py \
|
|
|
|
test_1sec.py \
|
2003-06-26 00:36:22 +00:00
|
|
|
test_abort.py \
|
|
|
|
test_rsc.py \
|
2003-06-28 00:56:45 +00:00
|
|
|
test_exit.py \
|
|
|
|
test_signal.py \
|
2003-07-10 00:35:51 +00:00
|
|
|
test_backend.py \
|
|
|
|
test_masterurl_failure.py
|
2003-06-08 10:46:19 +00:00
|
|
|
|
2003-06-20 01:31:03 +00:00
|
|
|
# TODO: phase out php stuff
|
2003-07-15 20:54:22 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
*.xml *wu *result *output *input \
|
2003-07-18 21:43:12 +00:00
|
|
|
test_*.py \
|
|
|
|
db_def_to_php *.php version.inc.in boinc_db.inc \
|
|
|
|
test*.inc init.inc boinc_db.inc
|
2003-06-20 01:31:03 +00:00
|
|
|
|
2003-07-18 21:43:12 +00:00
|
|
|
# BUILT_SOURCES = boinc_db.inc boinc_db.py
|
2003-06-11 23:09:11 +00:00
|
|
|
|
2003-07-18 21:43:12 +00:00
|
|
|
$(TESTS): ../py/version.py $(top_srcdir)/py/boinc_db.py
|
2003-06-26 23:53:37 +00:00
|
|
|
|
2003-06-30 21:59:18 +00:00
|
|
|
boinc_db.inc: ../db/boinc_db.h ../lib/result_state.h
|
|
|
|
cat $^ | ./db_def_to_php > $@
|