tests/stx_goodies_petitparser_tests.st
changeset 426 2a65c972b937
parent 405 0470a5e6e712
child 427 a7f5e6de19d2
--- a/tests/stx_goodies_petitparser_tests.st	Mon Apr 13 14:16:24 2015 +0100
+++ b/tests/stx_goodies_petitparser_tests.st	Mon Apr 13 14:19:55 2015 +0100
@@ -1,5 +1,9 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/petitparser/tests' }"
 
+"{ NameSpace: Smalltalk }"
+
 LibraryDefinition subclass:#stx_goodies_petitparser_tests
 	instanceVariableNames:''
 	classVariableNames:''
@@ -69,6 +73,14 @@
     )
 !
 
+stcOptimizationOptions
+    "do not inline the not operation here - it is overwritten"
+
+    ^ super stcOptimizationOptions , ' -inlinenot'
+
+    "Created: / 13-04-2015 / 14:18:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 subProjects
     "list packages which are known as subprojects.
      The generated makefile will enter those and make there as well.