diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-02-28 08:20:22 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-02-28 08:20:22 -0700 |
| commit | 862c33fe0814ab7756aabcf55aa77fa9c3bd6ef2 (patch) | |
| tree | a10e21884c0ecb148d614ca4b3f925999f63900e /test/core/Makefile | |
| parent | 05897c884af2ae3ed66f80b624f657dc898da2ae (diff) | |
| download | vis-862c33fe0814ab7756aabcf55aa77fa9c3bd6ef2.tar.gz vis-862c33fe0814ab7756aabcf55aa77fa9c3bd6ef2.tar.xz | |
buffer: remove more unused exposed functions
NOTE: buffer-test.c now directly includes buffer.c so that it can
continue to test functions which are defined as static/internal to
buffer.c
Diffstat (limited to 'test/core/Makefile')
| -rw-r--r-- | test/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/Makefile b/test/core/Makefile index 19991de..b0284b8 100644 --- a/test/core/Makefile +++ b/test/core/Makefile @@ -20,7 +20,7 @@ text-test: config.h text-test.c ../../text.c ../../text-common.c ../../text-io.c buffer-test: config.h buffer-test.c ../../buffer.c @echo Compiling $@ binary - @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_LIBC} ${CFLAGS_EXTRA} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@ + @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_LIBC} ${CFLAGS_EXTRA} buffer-test.c ${SRC} ${LDFLAGS} -o $@ map-test: config.h map-test.c ../../map.c @echo Compiling $@ binary |
