2003-06-08 10:46:19 +00:00
|
|
|
## $Id$
|
|
|
|
|
|
|
|
include $(top_srcdir)/Makefile.incl
|
|
|
|
|
2003-06-11 23:47:36 +00:00
|
|
|
TESTS = test_sanity.php \
|
|
|
|
test_uc.php \
|
|
|
|
test_concat.php \
|
2003-06-11 23:09:11 +00:00
|
|
|
test_1sec.php \
|
2003-06-11 23:47:36 +00:00
|
|
|
test_rsc.php \
|
|
|
|
test_backend.php
|
|
|
|
|
|
|
|
# test_sticky.php
|
2003-06-08 10:46:19 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
*.xml *.php *wu *result *output \
|
|
|
|
*input *.inc *.in
|
2003-06-11 23:09:11 +00:00
|
|
|
|
|
|
|
boinc_db.inc: ../db/boinc_db.h
|
|
|
|
./db_def_to_php < ../db/boinc_db.h > boinc_db.inc
|