X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fjob_test.cc;h=2022a8ddadf0ab5d464244b7b0124d6d1294f45b;hb=4e411ea97b4dab8a5fa282d1d4cf7971ef1e24ad;hp=4d32b1e0ccf8692497f5be9778b594d2485b98d2;hpb=85c65bd422742813992686c17a5e1b718cc3c449;p=dcpomatic.git diff --git a/test/job_test.cc b/test/job_test.cc index 4d32b1e0c..2022a8dda 100644 --- a/test/job_test.cc +++ b/test/job_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file test/job_test.cc + * @brief Basic tests of Job and JobManager. + */ + #include #include "lib/job.h" #include "lib/job_manager.h"