summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-wsgi
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/test/store-wsgi')
-rw-r--r--sca-cpp/trunk/test/store-wsgi/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-cpp/trunk/test/store-wsgi/Makefile.am b/sca-cpp/trunk/test/store-wsgi/Makefile.am
index 132dee78f4..56015e7f19 100644
--- a/sca-cpp/trunk/test/store-wsgi/Makefile.am
+++ b/sca-cpp/trunk/test/store-wsgi/Makefile.am
@@ -17,6 +17,17 @@
if WANT_PYTHON
+noinst_DATA = target.stamp
+
+target.stamp: app.yaml *.py *.composite $(top_builddir)/modules/wsgi/*.py htdocs/*
+ mkdir -p target
+ cp app.yaml *.py *.composite `ls $(top_builddir)/modules/wsgi/*.py | grep -v "\-test"` target
+ cp -R htdocs target/htdocs
+ touch target.stamp
+
+clean-local:
+ rm -rf target.stamp target
+
#TESTS = server-test
endif