Lines Matching full:test
1 SUBDIRS=name-test
2 DIST_SUBDIRS=name-test
9 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-exit test-sleep-forever
11 #enable stand alone make check test
12 TESTS=shell-test
27 test-service.c \
28 test-utils.c \
29 test-utils.h
32 test-names.c \
33 test-utils.c \
34 test-utils.h
40 test-shell-service.c \
41 test-utils.c \
42 test-utils.h
45 shell-test.c
48 spawn-test.c
51 test-exit.c
54 test-segfault.c
57 test-sleep-forever.c
105 test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ; \
117 test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ; \
119 if ! (test $(srcdir) = . || test $(srcdir) -ef .) ; then \
123 DEST=$(top_builddir)/test/$$F ; \
124 echo '-- Copying test file '$$F ; \
129 echo '-- No need to copy test data as srcdir = builddir' ; \
131 echo '-- Copying' $(top_builddir)/bus/*.conf 'to test directory' ; \
132 cp $(top_builddir)/bus/*.conf $(top_builddir)/test/data/valid-config-files || exit 1 ; \
133 chmod u+w $(top_builddir)/test/data/valid-config-files/*.conf || exit 1
135 ## this doesn't clean generated test data files when srcdir=builddir
137 if test $(srcdir) != . ; then \
138 FILES=`(cd $(top_builddir)/test && $(FIND_TESTS))` ; \
140 DEST=$(top_builddir)/test/$$F ; \
141 echo '-- Deleting test file '$$F ; \
149 rmdir $(top_builddir)/test/$$D || exit 1 ; \