mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
This test is the one with the longest runtime. Splitting the two targets into separate tests allows them to run in parallel, which can speed up the tests.
8 lines
262 B
Fish
8 lines
262 B
Fish
#RUN: fish_indent=%fish_indent fish=%fish %fish %s
|
|
#REQUIRES: command -v sphinx-build
|
|
|
|
set -l build_script (status dirname)/../test_functions/sphinx-shared.sh
|
|
# sphinx-build needs fish_indent in $PATH
|
|
set -lxp PATH (path dirname $fish_indent)
|
|
$build_script html
|