test_dsync_proxy_server_cmd_DEPENDENCIES = test-dsync-worker.o dsync-worker.o dsync-proxy.o dsync-proxy-server-cmd.o $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done
test_imap_util_DEPENDENCIES = imap-util.lo $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done
test_mail_transaction_log_view_DEPENDENCIES = mail-transaction-log-view.lo $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done
test_rfc2231_parser_DEPENDENCIES = rfc2231-parser.lo rfc822-parser.lo $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done
test_index_fetch_DEPENDENCIES = index-fetch.lo $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done
test_lib_DEPENDENCIES = $(test_libs)
check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
for bin in $(test_programs); do \
if ! ./$$bin; then exit 1; fi; \
done