4 Commits

Author SHA1 Message Date
Sergei Trofimovich 2cd858c679 test: use unique output file names across tests
Without the change tests ran in parallel occasionally clobber outputs of
one another and fail as:

    $ make check -j16 VERBOSE=y
    ...
    FAIL: huge
    ==========
    Converting
    File ../test/data/5.plist is open
    PList XML parsing succeeded
    PList BIN writing succeeded
    PList BIN parsing succeeded
    PList XML writing succeeded
    Size of input and output is different
    Input size : 4292380
    Output size : 4305301
    Comparing
    PList parsing failed
    FAIL huge.test (exit status: 3)

Closes: https://github.com/libimobiledevice/libplist/issues/234#issuecomment-1743820556
2023-10-03 10:41:32 +01:00
Nikias Bassen bddb061bd6 test: Fix tests for distcheck 2023-04-21 16:04:40 +02:00
Nikias Bassen 366f30b71c test: Polish json3.test to not leave temp file after test 2022-02-07 10:01:08 +01:00
Nikias Bassen 17da5ba554 test: Add additional JSON test case 2022-01-25 01:47:59 +01:00