diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-06-02 20:25:21 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-06-02 20:25:21 +0300 |
commit | df71ba1c991f60c3269aaadd398247e632714626 (patch) | |
tree | 7e1034cfad4cd6144fd2270db169fa170c0f01e6 /tests/Makefile.am | |
parent | Build: Enable Automake's parallel test harness. (diff) | |
download | xz-df71ba1c991f60c3269aaadd398247e632714626.tar.xz |
Tests: Add tuktest.h mini-test-framework.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f576ac12..e049add4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ files \ ossfuzz \ + tuktest.h \ tests.h \ test_files.sh \ test_compress.sh \ |