aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-23 01:54:20 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-23 01:54:20 -0400
commit7676ac43b762eab1606e6dfd0693f16239489263 (patch)
tree750e80ad51dfa9a0bb9aaaaa1c1e68c01952bc95 /etc
parentd810c151b464a461cf93003fbba8054a286e7dd8 (diff)
Add nonautogenerated-specific{,-display} targets
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci/smithers.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ci/smithers.sh b/etc/ci/smithers.sh
index 3532cc3bc..dafebbda9 100755
--- a/etc/ci/smithers.sh
+++ b/etc/ci/smithers.sh
@@ -6,6 +6,7 @@ cd "$WORKSPACE"
export PATH="/opt/coq-$coq_version/bin${PATH:+:}$PATH"
. /opt/bashrc/bashrc
export TARGETS="coq display bench test"
+export TARGETS="coq nonautogenerated-specific nonautogenerated-specific-display bench test"
rm -f BUILD.ok
((/opt/timeout/default-timeout make -j$(nproc) TIMED=1 PROFILE=1 $TARGETS || make STDTIME='/opt/timeout/time-default-timeout-coq -f "$* (real: %e, user: %U, sys: %S, mem: %M ko)"' TIMED=1 PROFILE=1 $TARGETS) && touch BUILD.ok) 2>&1 | tee time-of-build.log
python ./etc/coq-scripts/timing/make-one-time-file.py time-of-build.log time-of-build-pretty.log