diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-03-21 17:47:06 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-03-21 17:47:06 +0000 |
commit | 2411562ff3fb2bdddead3562919904a9855e6c9c (patch) | |
tree | 036743b6587a0fa84becfbd66318411b57b690e4 /tests | |
parent | c1a73abd075a4cbc6ff053dd4bc9b16b384a2767 (diff) |
tests/: generate .service from .service.in
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 33363a041..e1bca3918 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,7 +106,10 @@ check-extra: $(service_files) run-with-tmp-session-bus.conf: run-with-tmp-session-bus.conf.in Makefile @sed -e "s|\@abs_top_builddir\@|@abs_top_builddir@|" $< > $@ - + +%.service: %.service.in + @sed -e "s|\@abs_top_builddir\@|@abs_top_builddir@|" $< > $@ + test-basic-connect.sh: run-with-tmp-session-bus.conf # Dbus service file for testing |