Skip to content

Commit 5d941a5

Browse files
committed
Added compiler core tests to the Travis-CI build
1 parent 553307c commit 5d941a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bin/travisci_build_linux.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export LIBINT_NUM_THREADS=2
1818
./configure CPPFLAGS='-I/usr/include/eigen3' --with-max-am=2,2 --with-eri-max-am=2,1 --with-eri3-max-am=3,2 --enable-eri=1 --enable-eri3=1
1919
make -j2
2020
make check
21+
cd src/bin/test_eri; ./stdtests.pl; cd ../../..
2122

2223
make export
2324
mkdir export_build

0 commit comments

Comments
 (0)