diff options
| author | 2022-01-25 03:54:10 +0100 | |
|---|---|---|
| committer | 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 = \ | |||
| 99 | data/unsigned.plist \ | 99 | data/unsigned.plist \ |
| 100 | data/uid.bplist \ | 100 | data/uid.bplist \ |
| 101 | data/data.bplist \ | 101 | data/data.bplist \ |
| 102 | data/j1.plist | 102 | data/j1.json \ |
| 103 | data/j2.json | ||
| 103 | 104 | ||
| 104 | TESTS_ENVIRONMENT = \ | 105 | TESTS_ENVIRONMENT = \ |
| 105 | top_srcdir=$(top_srcdir) \ | 106 | top_srcdir=$(top_srcdir) \ |
