diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-15 14:24:39 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-15 14:24:39 +0100 |
commit | 471f65813592238509923f2c8748df5be03513e9 (patch) | |
tree | 4ab9a34a6fa5a737c024468f7d6e99df605229d2 /src/libvterm | |
parent | 6c8dd39df938c7502a740f59825feeaa5736b245 (diff) | |
download | vim-git-471f65813592238509923f2c8748df5be03513e9.tar.gz |
patch 8.1.0592: the libvterm tests are not run as part of Vim testsv8.1.0592
Problem: The libvterm tests are not run as part of Vim tests.
Solution: Add testing libvterm.
Diffstat (limited to 'src/libvterm')
-rw-r--r-- | src/libvterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libvterm/Makefile b/src/libvterm/Makefile index 05f68dd60..6eacab766 100644 --- a/src/libvterm/Makefile +++ b/src/libvterm/Makefile @@ -8,8 +8,7 @@ ifneq ($(VERBOSE),1) LIBTOOL +=--quiet endif -# override CFLAGS +=-Wall -Iinclude -std=c99 -DINLINE="static inline" -DUSE_INLINE -override CFLAGS +=-Wall -Iinclude -std=c90 -Wpedantic -DINLINE="" +override CFLAGS +=-Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" ifeq ($(shell uname),SunOS) override CFLAGS +=-D__EXTENSIONS__ -D_XPG6 -D__XOPEN_OR_POSIX |