diff options
| author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-12 12:54:50 -0400 |
|---|---|---|
| committer | Scott Prager <splinterofchaos@gmail.com> | 2014-09-30 19:35:47 -0400 |
| commit | 44b187dd012a3f5f01d58adbcbad4004e948e35a (patch) | |
| tree | 62e1f9477f37d53a6b9f52423408da447feea2ca /src/nvim/testdir/Makefile | |
| parent | b0bda2ee87a4fb0e57ef82d805a79b144ca510c5 (diff) | |
| download | rneovim-44b187dd012a3f5f01d58adbcbad4004e948e35a.tar.gz rneovim-44b187dd012a3f5f01d58adbcbad4004e948e35a.tar.bz2 rneovim-44b187dd012a3f5f01d58adbcbad4004e948e35a.zip | |
Old-style test for system(list).
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 9f04f880b5..26bf35aa94 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -35,7 +35,8 @@ SCRIPTS := test_autoformat_join.out \ test_listlbr.out test_listlbr_utf8.out \ test_changelist.out \ test_breakindent.out \ - test_insertcount.out + test_insertcount.out \ + test_systen.in SCRIPTS_GUI := test16.out |