diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 14:47:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 14:47:09 +0100 |
| commit | 15a99109134e23ad9d660596fd2843143c0df699 (patch) | |
| tree | a6af3636918926bb43e7f312aa400628b7fbec7d | |
| parent | 0c033f4128c003e07fce984b86a840008f31ac6c (diff) | |
Fix test.
| -rw-r--r-- | test/import_dcp_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index b3f528528..80cd9c3df 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -69,4 +69,6 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) B->make_dcp (); wait_for_jobs (); + + check_dcp ("build/test/import_dcp_test2/" + B->dcp_name(), "test/data/import_dcp_test2"); } |
