/[dgee]/dgee/cslib/DotGNU/XmlRpc/Test/Makefile.am
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/Test/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by npg, Sun Jul 27 12:47:53 2003 UTC revision 1.1.2.2 by npg, Mon Jul 28 19:02:25 2003 UTC
# Line 8  prefix@ Line 8  prefix@
8    
9  CSCC = ${bindir}/cscc  CSCC = ${bindir}/cscc
10  CSCC_DEBUG_FLAGS =  CSCC_DEBUG_FLAGS =
 #CSCC_DEBUG_FLAGS = -D__DEBUG__  
11  CSCC_FLAGS = -g -Wall $(CSCC_DEBUG_FLAGS)  CSCC_FLAGS = -g -Wall $(CSCC_DEBUG_FLAGS)
12  CSDOC = ${bindir}/csdoc  CSDOC = ${bindir}/csdoc
13  CSDOC_FLAGS =  CSDOC_FLAGS =
# Line 48  distclean: clean Line 47  distclean: clean
47    
48  install:  install:
49    
50  test: test-param test-struct  test: test-param test-struct test-array test-struct-nested test-struct-array-mixed
51    
52  test-param: all  test-param: all
53          @echo          @echo
# Line 60  test-struct: all Line 59  test-struct: all
59          @echo          @echo
60          @echo '>>> Testing simple structure <<<'          @echo '>>> Testing simple structure <<<'
61          @echo          @echo
         $(ILRUN) $(LPATH) $(TARGET) "struct.xml"  
62            $(ILRUN) $(LPATH) $(TARGET) "struct.xml"
63    
64    test-array: all
65            @echo
66            @echo '>>> Testing array <<<'
67            @echo
68            $(ILRUN) $(LPATH) $(TARGET) "array.xml"
69    
70    test-struct-nested: all
71            @echo
72            @echo '>>> Testing nested structure <<<'
73            @echo
74            $(ILRUN) $(LPATH) $(TARGET) "nestedstruct.xml"
75    
76    test-struct-array-mixed: all
77            @echo
78            @echo '>>> Testing structures and arrays mixes <<<'
79            @echo
80            $(ILRUN) $(LPATH) $(TARGET) "structarraymixed.xml"

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26