summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-06 10:38:31 -0500
committerCarlos Aznarán Laos2023-02-06 10:38:31 -0500
commit330d21d537ec19d20cd7964a524b98efe6fd0db4 (patch)
tree60e3c9023ddde4adf25fefa3b47c7f97b145f928
parent98a4e29707436522e8d9cddc9361f0c3fc1b0326 (diff)
downloadaur-330d21d537ec19d20cd7964a524b98efe6fd0db4.tar.gz
Skip one test
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39c053f05ae7..0142af343037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ check() {
-S ${pkgname}-${pkgver}/cpp/demo \
-B build_demo
cmake --build build_demo
- ctest -E "(demo_poisson_mpi_*|demo_hyperelasticity_mpi_*|demo_interpolation-io_mpi_*|demo_interpolation_different_meshes_mpi_*)" --test-dir build_demo
+ ctest -E "(demo_poisson_mpi_*|demo_hyperelasticity_mpi_*|demo_interpolation-io_mpi_*|demo_interpolation_different_meshes_mpi_*|demo_poisson_matrix_free_mpi_*)" --test-dir build_demo
}
package() {