experimental: facho-signer: xml layout

FossilOrigin-Name: 6fda6ceb8a3fd6d45cd68601b4608b9ce3a8f8af0eb79b99f9ec73a20a8023b3
This commit is contained in:
bit4bit
2021-12-06 17:39:37 +00:00
parent 1a302f605f
commit dd445b59f0
10 changed files with 3702 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
.PHONY: test
CC=gcc
test: xmlsec1/errors.c xmlsec1/xmltree.c xades.c xades_test.c
$(CC) -o $@ -Wall $(shell pkg-config libxml-2.0 --cflags --libs) $(shell pkg-config xmlsec1 --cflags --libs) $^
./test