diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 20:03:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 20:03:46 +0200 |
commit | 6b1b5443fb8f07c52d1c2df2843592f79742156c (patch) | |
tree | 953c2a1ef5ed8a2849d62386413dea5ad525db0b /Makefile | |
parent | Improve README (diff) | |
download | libparsepcf-6b1b5443fb8f07c52d1c2df2843592f79742156c.tar.gz libparsepcf-6b1b5443fb8f07c52d1c2df2843592f79742156c.tar.bz2 libparsepcf-6b1b5443fb8f07c52d1c2df2843592f79742156c.tar.xz |
Add coverage test (requires `make check` which has not been implemented yet)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ HDR =\ common.h LOBJ = $(OBJ:.o=.lo) +SRC = $(OBJ:.o=.c) all: libparsepcf.a libparsepcf.$(LIBEXT) demo |