diff options
author | Petri Lehtinen <petri@digip.org> | 2009-10-20 21:23:06 +0300 |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2009-10-20 21:23:49 +0300 |
commit | 1b02f3546c19664ce80f39181f077709ffb5f573 (patch) | |
tree | f2ce732f2e7fa0240f1a6de96a2db500b823c177 | |
parent | cd96049d1061ff7095200bf460180554015cf32f (diff) | |
download | jansson-1b02f3546c19664ce80f39181f077709ffb5f573.zip jansson-1b02f3546c19664ce80f39181f077709ffb5f573.tar.gz jansson-1b02f3546c19664ce80f39181f077709ffb5f573.tar.bz2 |
Distribute stripped unit test data
Apparently, it was forgotten to add these files to
test/testdata/Makefile.am in commit
04d550b02e8eadc0c9fb1966fe42fe9fc25f89e0.
-rw-r--r-- | test/testdata/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdata/Makefile.am b/test/testdata/Makefile.am index 25d631b..bb84cf5 100644 --- a/test/testdata/Makefile.am +++ b/test/testdata/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = invalid invalid-unicode valid +EXTRA_DIST = invalid invalid-strip invalid-unicode valid valid-strip |