Now working with real xmls

This commit is contained in:
Tristan Roux
2019-12-06 14:00:45 +01:00
parent 49aa1ca861
commit cfe1e2c633
4 changed files with 28 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ SRC = src/xmlparser.c \
OBJ = $(SRC:%.c=%.o)
TESTS = tests/test_basics.c
TESTS = tests/test_basics.c \
tests/tests_realxml.c
TEST_MAIN = tests/test_main.c