diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:35:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:35:32 +0200 |
| commit | ac449700a47c164bf09ee2b0c18486ed255ca20f (patch) | |
| tree | d1ddacb36a2dd3af78b82bdbf2b20107457e16d9 /test/wscript | |
| parent | b631f906ac2adb0e7a6c34d3535a31dd6b2e6f27 (diff) | |
Add some tests.
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 22ae2ad4..bc786322 100644 --- a/test/wscript +++ b/test/wscript @@ -86,6 +86,7 @@ def build(bld): fraction_test.cc frame_info_hash_test.cc gamma_transfer_function_test.cc + h_align_test.cc interop_load_font_test.cc interop_subtitle_test.cc local_time_test.cc @@ -112,6 +113,7 @@ def build(bld): test.cc util_test.cc utf8_test.cc + v_align_test.cc verify_test.cc """ obj.target = 'tests' |
