compiler/tests/extras/Make.spec
changeset 464 f6d77fee9811
parent 452 9f4558b3be66
child 465 f729f6cd3c76
child 515 b5316ef15274
--- a/compiler/tests/extras/Make.spec	Tue May 12 01:24:03 2015 +0100
+++ b/compiler/tests/extras/Make.spec	Thu May 21 14:12:22 2015 +0100
@@ -51,12 +51,16 @@
 STCWARNINGS=-warnNonStandard
 
 COMMON_CLASSES= \
+	PPExpressionGrammar \
+	PPLL1ExpressionGrammar \
 	stx_goodies_petitparser_compiler_tests_extras \
 
 
 
 
 COMMON_OBJS= \
+    $(OUTDIR_SLASH)PPExpressionGrammar.$(O) \
+    $(OUTDIR_SLASH)PPLL1ExpressionGrammar.$(O) \
     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_tests_extras.$(O) \