view configure @ 18184:ef35a3a70c24 v8.1.2087

patch 8.1.2087: cannot easily select one test function to execute Commit: https://github.com/vim/vim/commit/a7f6c3cf071bb6267e0bd2eb3d27ca240381ba87 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 15:34:16 2019 +0200 patch 8.1.2087: cannot easily select one test function to execute Problem: Cannot easily select one test function to execute. Solution: Support the $TEST_FILTER environment variable. (Ozaki Kiichi, closes #2695)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 16:00:45 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"