class: PPParserResource
authorClaus Gittinger <cg@exept.de>
Mon, 02 Jul 2018 07:47:07 +0200
changeset 592 4bf7b44f5b2c
parent 591 a3c2fee0f2c3
child 593 0847b68590b0
class: PPParserResource test stuff moved
tests/Make.spec
--- a/tests/Make.spec	Mon Jul 02 07:46:49 2018 +0200
+++ b/tests/Make.spec	Mon Jul 02 07:47:07 2018 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/goodies/petitparser/tests/Make.spec,v 1.2 2014-03-04 20:31:53 cg Exp $
+# $Header$
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_goodies_petitparser_tests.
@@ -22,7 +22,7 @@
 #                (if removed, they will be created as common
 #  -Pxxx       : defines the package
 #  -Zxxx       : a prefix for variables within the classLib
-#  -Dxxx       : defines passed to to CC for inline C-code
+#  -Dxxx       : defines passed to CC for inline C-code
 #  -Ixxx       : include path passed to CC for inline C-code
 #  +optspace   : optimized for space
 #  +optspace2  : optimized more for space
@@ -42,6 +42,7 @@
 #  -warnNonStandard : no warnings about ST/X extensions
 #  -warnEOLComments : no warnings about EOL comment extension
 #  -warnPrivacy     : no warnings about privateClass extension
+#  -warnUnused      : no warnings about unused variables
 #
 # ********** OPTIONAL: MODIFY the next line(s) ***
 # STCWARNINGS=-warn
@@ -51,16 +52,38 @@
 
 COMMON_CLASSES= \
 	PPAbstractParserTest \
+	PPParserResource \
 	stx_goodies_petitparser_tests \
+	PPComposedTest \
 	PPCompositeParserTest \
+	PPExtensionTest \
+	PPMappingTest \
+	PPObjectTest \
+	PPParserTest \
+	PPPredicateTest \
+	PPScriptingTest \
+	PPArithmeticParserTest \
+	PPLambdaParserTest \
+	PPExpressionParserTest \
 
 
 
 
 COMMON_OBJS= \
-    $(OUTDIR_SLASH)PPAbstractParserTest.$(O) \
-    $(OUTDIR_SLASH)stx_goodies_petitparser_tests.$(O) \
-    $(OUTDIR_SLASH)PPCompositeParserTest.$(O) \
+    $(OUTDIR)PPAbstractParserTest.$(O) \
+    $(OUTDIR)PPParserResource.$(O) \
+    $(OUTDIR)stx_goodies_petitparser_tests.$(O) \
+    $(OUTDIR)PPComposedTest.$(O) \
+    $(OUTDIR)PPCompositeParserTest.$(O) \
+    $(OUTDIR)PPExtensionTest.$(O) \
+    $(OUTDIR)PPMappingTest.$(O) \
+    $(OUTDIR)PPObjectTest.$(O) \
+    $(OUTDIR)PPParserTest.$(O) \
+    $(OUTDIR)PPPredicateTest.$(O) \
+    $(OUTDIR)PPScriptingTest.$(O) \
+    $(OUTDIR)PPArithmeticParserTest.$(O) \
+    $(OUTDIR)PPLambdaParserTest.$(O) \
+    $(OUTDIR)PPExpressionParserTest.$(O) \