diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-29 13:54:17 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-29 13:54:17 +0100 |
| commit | 45296b331fa462eeabb141037ad10a3ad24ab8a6 (patch) | |
| tree | e632f4d9715d1a9e4b3e14ddc13671f809493cf9 /src/nvim/testdir/Makefile | |
| parent | 2a3bcd1ff883429a3dd17e7ae5ddc1396abbad17 (diff) | |
| parent | 6c43fccb278382e5ce59b6035a84fbdb3e7a1734 (diff) | |
| download | rneovim-45296b331fa462eeabb141037ad10a3ad24ab8a6.tar.gz rneovim-45296b331fa462eeabb141037ad10a3ad24ab8a6.tar.bz2 rneovim-45296b331fa462eeabb141037ad10a3ad24ab8a6.zip | |
Merge #7444 'vim-patch: test :profile'
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 979021ff92..ccf999c7ee 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -62,6 +62,7 @@ NEW_TESTS ?= \ test_mksession_utf8.res \ test_nested_function.res \ test_normal.res \ + test_profile.res \ test_quickfix.res \ test_retab.res \ test_search.res \ |