diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-16 00:52:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-18 00:22:11 +0100 |
| commit | b18a18ab2dff1339bb8def32dc96efaf4c5c5c09 (patch) | |
| tree | ed0d0e206269248d7e04e3d508b9d639cbd89bb2 /test/wscript | |
| parent | 3325b799c27d6a8c5878160631373bc4b8dcee75 (diff) | |
Add retry for email sending (#2963).
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index b04e244be..7b4e484d6 100644 --- a/test/wscript +++ b/test/wscript @@ -81,6 +81,7 @@ def build(bld): dcp_subtitle_test.cc digest_test.cc dkdm_recipient_list_test.cc + email_test.cc empty_caption_test.cc empty_test.cc encryption_test.cc @@ -154,6 +155,7 @@ def build(bld): shuffler_test.cc skip_frame_test.cc socket_test.cc + smtp_server.cc srt_subtitle_test.cc ssa_subtitle_test.cc stream_test.cc |
