--- gpl/axl/test/Makefile.am 2011/06/08 07:09:12 1.1 +++ gpl/axl/test/Makefile.am 2012/02/17 12:50:02 1.1.1.2 @@ -25,7 +25,8 @@ xml_files = \ test_19e.xml test_19f.xml test_19g.xml test_19.xml test13.xml \ channel5.xml channel4.xml channel2.xml channel3.xml channel.xml \ test5.xml test3.xml test4.xml gmovil2.xml gmovil.xml small.xml \ - test2.xml test.xml test_22.xml test_22b.xml test_22c.xml + test2.xml test.xml test_22.xml test_22b.xml test_22c.xml \ + test_44.xml test_44.dtd test_44_b.xml xdl_files = test17.xdl test03.xdl test04.xdl test01.xdl test02.xdl misc_files = Makefile.win test_01.vcproj @@ -51,7 +52,7 @@ BABEL = -DAXL_BABEL_SUPPORT BABEL_LIB = $(top_builddir)/babel/libaxl-babel.la endif -INCLUDES = -DTEST_DIR=$(top_srcdir)/test -I$(top_srcdir)/src/ -I$(top_srcdir)/ns -I$(top_srcdir)/babel -Wall $(LOG) $(NS) $(BABEL) -DVERSION=\""$(AXL_VERSION)"\" -D__axl_disable_broken_bool_def__ +INCLUDES = -DTEST_DIR=$(top_srcdir)/test -I$(top_srcdir)/src/ -I$(top_srcdir)/ns -I$(top_srcdir)/babel $(compiler_options) $(LOG) $(NS) $(BABEL) -DVERSION=\""$(AXL_VERSION)"\" -D__axl_disable_broken_bool_def__ # replace with bin_PROGRAMS to check performance noinst_PROGRAMS = test_01 test_01a test_02a test_03a @@ -96,7 +97,7 @@ leak-check: libtool --mode=execute valgrind --leak-check=yes ./test_01 compref: - gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_01b.c -o test_01b - gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_02b.c -o test_02b - gcc -g -Wall `pkg-config --libs --cflags glib-2.0` -I$(top_srcdir)/src $(top_builddir)/src/.libs/libaxl.so test_03c.c -o test_03c + $(compiler) $(compiler_options) `pkg-config --libs --cflags libxml-2.0` test_01b.c -o test_01b + $(compiler) $(compiler_options) `pkg-config --libs --cflags libxml-2.0` test_02b.c -o test_02b + $(compiler) $(compiler_options) `pkg-config --libs --cflags glib-2.0` -I$(top_srcdir)/src $(top_builddir)/src/.libs/libaxl.so test_03c.c -o test_03c