From: Carl Hetherington Date: Sun, 26 Apr 2020 19:23:32 +0000 (+0200) Subject: Some basic notes on smoke testing. X-Git-Tag: v2.15.61~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0addd4bcee10ec35fdfd57bbc7d2b0cb1a1e2cab Some basic notes on smoke testing. --- diff --git a/doc/smoke_test.md b/doc/smoke_test.md new file mode 100644 index 000000000..70ffa09fb --- /dev/null +++ b/doc/smoke_test.md @@ -0,0 +1,25 @@ +# Smoke-testing DCP-o-matic + +## Windows + +1. Run installer. +2. Run DCP-o-matic and check that it starts. +3. Run DCP-o-matic Disk Writer and check that it starts. +4. Check that the disk writer finds a volume to write to. + +## Linux + +1. Install. +2. Check that DCP-o-matic has an icon in GNOME's search. +3. Run DCP-o-matic and check that it starts. +4. Check that DCP-o-matic Disk Writer has an icon in GNOME's search. +5. Run DCP-o-matic Disk Writer and check that it starts. +6. Check that the disk writer finds a volume to write to. + +## macOS + +1. Install DCP-o-matic and DCP-o-matic Disk Writer. +2. Run DCP-o-matic and check that it starts. +3. Run DCP-o-matic Disk Writer and check that it starts. +4. Check that the disk writer finds a volume to write to. +