We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cde37 commit f8d0ddbCopy full SHA for f8d0ddb
test-all.sh
@@ -0,0 +1,27 @@
1
+#!/usr/bin/env bash
2
+
3
+echo 'Running:'
4
+echo ' - CmdStan tests'
5
+echo ' - Stan tests'
6
+echo ' - Stan Math Library tests'
7
+echo ''
8
+echo '------------------------------------------------------------'
9
+echo 'CmdStan tests'
10
+./runCmdStanTests.py src/test/interface
11
12
13
14
15
+echo 'Stan tests'
16
+pushd stan
17
+./runTests.py src/test
18
+popd
19
20
21
22
23
+echo 'Stan Math Library tests'
24
+pushd stan/lib/stan_math_2.7.0
25
+./runTests.py test/unit
26
+./runTests.py test/prob
27
0 commit comments