Changeset 85317f3


Ignore:
Timestamp:
07/31/2024 06:24:20 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
2104796d
Parents:
2db18ff
Message:

libavif: Add (optional) instruction to run the test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libavif.xml

    r2db18ff r85317f3  
    8787    </para>
    8888
     89    &test-use-internet;
     90
    8991  </sect2>
    9092
     
    109111
    110112    <para>
    111       This package does come with a test suite, but it requires
    112       <ulink url="https://github.com/google/googletest">gtest</ulink>, which
    113       is not part of BLFS.
    114     </para>
     113      To test the package (note that it will cause the building system to
     114      download a copy of
     115      <ulink url="https://github.com/google/googletest">gtest</ulink> and
     116      build the test suite with the copy), issue:
     117    </para>
     118
     119<screen remap='test'><userinput>cmake .. -D AVIF_GTEST=LOCAL -D AVIF_BUILD_TESTS=ON &amp;&amp;
     120ninja &amp;&amp; ninja test</userinput></screen>
    115121
    116122    <para>
Note: See TracChangeset for help on using the changeset viewer.