diff options
author | Nikias Bassen | 2023-04-21 16:04:40 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-04-21 16:04:40 +0200 |
commit | bddb061bd64692b3d1287064f8991c8c276528b6 (patch) | |
tree | 3f19a0e8afe0d01c0ab706006a5fd430a8b77a6d /test/Makefile.am | |
parent | 7b94db81220316250bc124830c2f0ed5fd78ec62 (diff) | |
download | libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.gz libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.bz2 |
test: Fix tests for distcheck
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3fa1855..a4191c4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -130,6 +130,7 @@ EXTRA_DIST = \ data/int64_min_max.json \ data/o1.ostep \ data/o2.ostep \ + data/o3.ostep \ data/test.strings TESTS_ENVIRONMENT = \ |