Lines Matching full:exit
9 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-exit test-sleep-forever
51 test-exit.c
105 test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ; \
110 cp -f $(srcdir)/$$F $(distdir)/$$F || exit 1 ; \
117 test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ; \
125 cp $$SRC $$DEST || exit 1 ; \
126 chmod u+w $$DEST || exit 1 ; \
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
142 rm $$DEST || exit 1 ; \
149 rmdir $(top_builddir)/test/$$D || exit 1 ; \