summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-06 09:19:03 -0500
committerCarlos Aznarán2023-10-06 09:19:03 -0500
commitc6dc752fb49ffc89048bedb98f437ba3a440db79 (patch)
treee588cb76291fdd0b8d928137ee21b413794bbdcc
parent5b19de6720273f7f90e49f377c12a6ab6257ab76 (diff)
downloadaur-c6dc752fb49ffc89048bedb98f437ba3a440db79.tar.gz
Skip some tests
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebe31705e791..76a038a91373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ check() {
-S ${pkgname}-${pkgver}/cpp/demo \
-B build_demo
cmake --build build_demo
- ctest -E "(demo_poisson_mpi_*|demo_hyperelasticity_mpi_*|demo_biharmonic_mpi_*)" --test-dir build_demo
+ ctest -E "(demo_poisson_mpi_*|demo_hyperelasticity_mpi_*|demo_biharmonic_mpi_*|demo_poisson_matrix_free_mpi_*|demo_interpolation-io_mpi_*|emo_interpolation_different_meshes_mpi_*)" --test-dir build_demo
}
package() {