summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-15 15:22:33 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-15 15:22:33 +0100
commit296b1f28ca9cedeb55872f306808b2214b519ce7 (patch)
tree44a42e553892239ae8183f53d09d68b110e43aac /src/testdir/Make_all.mak
parent9506cad7a1a6e52a613f356de969cbd980815777 (diff)
patch 8.0.0189: profile commands are not testedv8.0.0189
Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes #1383)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
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 \