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/bigarraycmp.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/bigarraycmp.test')
-rwxr-xr-x | test/bigarraycmp.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/bigarraycmp.test b/test/bigarraycmp.test deleted file mode 100755 index 1c11336..0000000 --- a/test/bigarraycmp.test +++ /dev/null @@ -1,7 +0,0 @@ -## -*- sh -*- - -DATASRC=$top_srcdir/test/data -DATAOUT=$top_builddir/test/data -TESTFILE=6.plist - -$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out |