From 296b1f28ca9cedeb55872f306808b2214b519ce7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 15 Jan 2017 15:22:33 +0100 Subject: patch 8.0.0189: profile commands are not tested Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes #1383) --- src/testdir/Make_all.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 956d321eab..5b9c5724c3 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -175,6 +175,7 @@ NEW_TESTS = test_arglist.res \ test_normal.res \ test_packadd.res \ test_perl.res \ + test_profile.res \ test_quickfix.res \ test_ruby.res \ test_search.res \ -- cgit v1.2.3