added other test cases
This commit is contained in:
parent
11900ca5cc
commit
5200a2a46a
11
misc/carlos.conf
Normal file
11
misc/carlos.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>carlos.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>SAN LUCAS</book>
|
||||
<chapter>
|
||||
<name>LUCAS</name>
|
||||
<number>12-16</number>
|
||||
</chapter>
|
||||
</config>
|
11
misc/enzo.conf
Normal file
11
misc/enzo.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>enzo.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>SAN JUAN</book>
|
||||
<chapter>
|
||||
<name>JUAN</name>
|
||||
<number>13-17</number>
|
||||
</chapter>
|
||||
</config>
|
11
misc/erwin.conf
Normal file
11
misc/erwin.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>erwin.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>SAN MARCOS</book>
|
||||
<chapter>
|
||||
<name>MARCOS</name>
|
||||
<number>3-7</number>
|
||||
</chapter>
|
||||
</config>
|
11
misc/martin.conf
Normal file
11
misc/martin.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>martin.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>EL APOCALIPSIS De San Juan</book>
|
||||
<chapter>
|
||||
<name>APOCALIPSIS</name>
|
||||
<number>19-22</number>
|
||||
</chapter>
|
||||
</config>
|
11
misc/pablo.conf
Normal file
11
misc/pablo.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>pablo.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>HECHOS de los Apóstoles</book>
|
||||
<chapter>
|
||||
<name>HECHOS</name>
|
||||
<number>12-16</number>
|
||||
</chapter>
|
||||
</config>
|
11
misc/paula.conf
Normal file
11
misc/paula.conf
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE config SYSTEM "config.dtd">
|
||||
<config>
|
||||
<output>paula.xml</output>
|
||||
<bible>El Santo Evangelio Según</bible>
|
||||
<book>SAN MATEO</book>
|
||||
<chapter>
|
||||
<name>MATEO</name>
|
||||
<number>1-5</number>
|
||||
</chapter>
|
||||
</config>
|
@ -273,7 +273,7 @@ generarxml_SOURCES = main.c \
|
||||
|
||||
generarxml_CPPFLAGS = $(XML_CPPFLAGS)
|
||||
generarxml_LDFLAGS = $(XML_LIBS)
|
||||
generarxml_LDADD = ${libxml2_LIBS}
|
||||
generarxml_LDADD = ${libxml2_LIBS}
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Loading…
Reference in New Issue
Block a user