Skip to content

Commit a18fad8

Browse files
committed
Remove redundant test in conda build.
It is sufficient to test the library once.
1 parent a2e0070 commit a18fad8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

conda-recipe/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ cp ${RECIPE_DIR}/sconscript.local ./
1414

1515
# Build and install the library.
1616
scons -j $MYNCPU lib install prefix=$PREFIX
17-
18-
# Execute unit tests for the installed library.
19-
scons -j $MYNCPU test prefix=$PREFIX test_installed=yes

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ requirements:
1616
- scons
1717
- boost-all 1.59.0
1818
- gsl 2.1
19-
- cxxtest
2019
- libobjcryst 2015.1|2015.1.*
2120

2221
run:

0 commit comments

Comments
 (0)