Skip to content

Commit

Permalink
tests: New tests for extended cyaml support (default values)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Hachlili committed May 12, 2022
1 parent 74c51ca commit 4892b77
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ ifeq ($(UNAME_S),Darwin)
endif

TEST_SRC_FILES = units/free.c units/load.c units/test.c units/util.c \
units/errs.c units/file.c units/save.c units/utf8.c
units/errs.c units/file.c units/save.c units/utf8.c \
units/load_ex.c
TEST_SRC := $(addprefix test/,$(TEST_SRC_FILES))
TEST_OBJ = $(patsubst %.c,%.o, $(addprefix $(BUILDDIR)/,$(TEST_SRC)))
TEST_DEP = $(patsubst %.c,%.d, $(addprefix $(BUILDDIR)/,$(TEST_SRC)))
Expand Down
Loading

0 comments on commit 4892b77

Please sign in to comment.