Skip to content
Snippets Groups Projects
Unverified Commit eae4744d authored by alice's avatar alice
Browse files

testing/fast_float: build tests with check only

parent 9c26d7b2
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -15,7 +15,7 @@ build() { ...@@ -15,7 +15,7 @@ build() {
cmake -B builddir -G Ninja \ cmake -B builddir -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DFASTFLOAT_TEST=ON \ -DFASTFLOAT_TEST="$(want_check && echo ON || echo OFF)" \
-DSYSTEM_DOCTEST=ON -DSYSTEM_DOCTEST=ON
cmake --build builddir cmake --build builddir
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment