diff options
author | Nikias Bassen | 2019-05-16 03:57:47 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-05-16 03:57:47 +0200 |
commit | 8e5b802cb93a23bb4b97a0e12ff29d70e2064fe5 (patch) | |
tree | c79cb610a770547838518e8d923da381feaffe6f /test/bigarray.test | |
parent | 20b5f9e2b31ec5bf0a493fdc9e55b644895fd486 (diff) | |
download | libplist-8e5b802cb93a23bb4b97a0e12ff29d70e2064fe5.tar.gz libplist-8e5b802cb93a23bb4b97a0e12ff29d70e2064fe5.tar.bz2 |
test: Merge *cmp.test into *.test to allow parallel testing
Diffstat (limited to 'test/bigarray.test')
-rwxr-xr-x | test/bigarray.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bigarray.test b/test/bigarray.test index 27f8098..4b819f4 100755 --- a/test/bigarray.test +++ b/test/bigarray.test @@ -8,4 +8,8 @@ if ! test -d "$DATAOUT"; then mkdir -p $DATAOUT fi +echo "Converting" $top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out + +echo "Comparing" +$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out |