diff options
author | Nikias Bassen | 2022-01-25 03:54:10 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-01-25 03:54:10 +0100 |
commit | f3c65feb0e1f4e177a75ba936d0730f7c3f4b076 (patch) | |
tree | d8515e68ea9fbe98dd0650d1c49d5fc52181ce13 /test/Makefile.am | |
parent | 99cd35bd12745364ef777a36b3cb7186d18458b1 (diff) | |
download | libplist-f3c65feb0e1f4e177a75ba936d0730f7c3f4b076.tar.gz libplist-f3c65feb0e1f4e177a75ba936d0730f7c3f4b076.tar.bz2 |
test: Rename json test files to .json
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a75644a..0d99d92 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -99,7 +99,8 @@ EXTRA_DIST = \ data/unsigned.plist \ data/uid.bplist \ data/data.bplist \ - data/j1.plist + data/j1.json \ + data/j2.json TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ |