compiler/tests/PPCUniversalTest.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
child 535 a8feb0f47574
equal deleted inserted replaced
533:666372dbe307 534:a949c4fe44df
   572     options := PPCCompilationOptions default
   572     options := PPCCompilationOptions default
   573         profile: true;
   573         profile: true;
   574         debug: true;
   574         debug: true;
   575         yourself.
   575         yourself.
   576         
   576         
   577     configuration := PPCUniversalConfiguration new
   577     configuration := PPCUniversalConfiguration new.
   578         options: options;
   578     configuration context options: options
   579         yourself.
   579 
   580 
   580     "Modified: / 28-08-2015 / 14:22:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   581     "Modified: / 24-08-2015 / 23:40:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   582 ! !
   581 ! !
   583 
   582 
   584 !PPCUniversalTest class methodsFor:'documentation'!
   583 !PPCUniversalTest class methodsFor:'documentation'!
   585 
   584 
   586 version_HG
   585 version_HG