tests/Make.spec
changeset 377 6112a403a52d
parent 376 a2656b27cace
child 403 7063d523b064
--- a/tests/Make.spec	Fri Oct 03 01:59:10 2014 +0100
+++ b/tests/Make.spec	Fri Oct 03 02:33:08 2014 +0100
@@ -50,12 +50,16 @@
 STCWARNINGS=-warnNonStandard
 
 COMMON_CLASSES= \
+	PPContextMementoTest \
+	PPContextTest \
 	stx_goodies_petitparser_tests \
 
 
 
 
 COMMON_OBJS= \
+    $(OUTDIR_SLASH)PPContextMementoTest.$(O) \
+    $(OUTDIR_SLASH)PPContextTest.$(O) \
     $(OUTDIR_SLASH)stx_goodies_petitparser_tests.$(O) \