patch 8.0.0178: command count test fails on MS-Windows

Problem:    test_command_count may fail when a previous test interferes, seen
            on MS-Windows.
Solution:   Run it separately.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 63a1b05..956d321 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -144,6 +144,7 @@
 	    test_channel.res \
 	    test_charsearch.res \
 	    test_cmdline.res \
+	    test_command_count.res \
 	    test_crypt.res \
 	    test_cscope.res \
 	    test_diffmode.res \
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index d29bc3a..9a7c35d 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -3,7 +3,6 @@
 
 source test_assign.vim
 source test_autocmd.vim
-source test_command_count.vim
 source test_cursor_func.vim
 source test_delete.vim
 source test_execute_func.vim
diff --git a/src/version.c b/src/version.c
index a0887dd..1b64d58 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    178,
+/**/
     177,
 /**/
     176,