comparison src/Makefile @ 7021:47680d36e484 v7.4.827

patch 7.4.827 Problem: Not all test targets are in the Makefile. Solution: Add the missing targets.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Aug 2015 13:48:54 +0200
parents db53fd1a7d5c
children 0b4387f570ec
comparison
equal deleted inserted replaced
7020:91852336e638 7021:47680d36e484
1900 1900
1901 # Run individual test, assuming that Vim was already compiled. 1901 # Run individual test, assuming that Vim was already compiled.
1902 test1 \ 1902 test1 \
1903 test_argument_0count \ 1903 test_argument_0count \
1904 test_argument_count \ 1904 test_argument_count \
1905 test_autocmd_option \
1905 test_autoformat_join \ 1906 test_autoformat_join \
1906 test_breakindent \ 1907 test_breakindent \
1907 test_changelist \ 1908 test_changelist \
1909 test_charsearch \
1908 test_close_count \ 1910 test_close_count \
1909 test_command_count \ 1911 test_command_count \
1910 test_erasebackword \ 1912 test_erasebackword \
1911 test_eval \ 1913 test_eval \
1914 test_fixeol \
1915 test_increment \
1912 test_insertcount \ 1916 test_insertcount \
1913 test_listchars \ 1917 test_listchars \
1914 test_listlbr \ 1918 test_listlbr \
1915 test_listlbr_utf8 \ 1919 test_listlbr_utf8 \
1916 test_mapping \ 1920 test_mapping \
1917 test_marks \ 1921 test_marks \
1922 test_match_conceal \
1918 test_nested_function \ 1923 test_nested_function \
1919 test_options \ 1924 test_options \
1920 test_perl \ 1925 test_perl \
1921 test_qf_title \ 1926 test_qf_title \
1922 test_ruby \ 1927 test_ruby \
1928 test_search_mbyte \
1923 test_set \ 1929 test_set \
1924 test_signs \ 1930 test_signs \
1925 test_textobjects \ 1931 test_textobjects \
1926 test_utf8 \ 1932 test_utf8 \
1927 test_writefile \ 1933 test_writefile \