Changeset f8cd310 for tests/concurrent


Ignore:
Timestamp:
Mar 22, 2019, 3:44:08 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e73d449
Parents:
386e710
Message:

update file names in emacs compile directive

Location:
tests/concurrent
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/examples/boundedBufferEXT.cfa

    r386e710 rf8cd310  
    1010// Created On       : Wed Apr 18 22:52:12 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 20 08:36:45 2019
    13 // Update Count     : 11
     12// Last Modified On : Fri Mar 22 13:41:33 2019
     13// Update Count     : 12
    1414//
    1515
     
    122122// Local Variables: //
    123123// tab-width: 4 //
    124 // compile-command: "cfa boundedBufferEXT.c" //
     124// compile-command: "cfa boundedBufferEXT.cfa" //
    125125// End: //
  • tests/concurrent/examples/boundedBufferINT.cfa

    r386e710 rf8cd310  
    1010// Created On       : Mon Oct 30 12:45:13 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 20 08:37:24 2019
    13 // Update Count     : 87
     12// Last Modified On : Fri Mar 22 13:41:52 2019
     13// Update Count     : 88
    1414//
    1515
     
    123123// Local Variables: //
    124124// tab-width: 4 //
    125 // compile-command: "cfa boundedBufferINT.c" //
     125// compile-command: "cfa boundedBufferINT.cfa" //
    126126// End: //
  • tests/concurrent/examples/datingService.cfa

    r386e710 rf8cd310  
    1010// Created On       : Mon Oct 30 12:56:20 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 20 08:37:12 2019
    13 // Update Count     : 30
     12// Last Modified On : Fri Mar 22 13:41:39 2019
     13// Update Count     : 31
    1414//
    1515
     
    112112// Local Variables: //
    113113// tab-width: 4 //
    114 // compile-command: "cfa datingService.c" //
     114// compile-command: "cfa datingService.cfa" //
    115115// End: //
  • tests/concurrent/examples/quickSort.cfa

    r386e710 rf8cd310  
    1111// Created On       : Wed Dec  6 12:15:52 2017
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Wed Feb 20 08:38:24 2019
    14 // Update Count     : 169
     13// Last Modified On : Fri Mar 22 13:42:01 2019
     14// Update Count     : 170
    1515//
    1616
     
    180180// Local Variables: //
    181181// tab-width: 4 //
    182 // compile-command: "cfa quickSort.c" //
     182// compile-command: "cfa quickSort.cfa" //
    183183// End: //
  • tests/concurrent/waitfor/parse2.cfa

    r386e710 rf8cd310  
    1010// Created On       : Wed Aug 30 17:53:29 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug 30 17:55:17 2017
    13 // Update Count     : 2
     12// Last Modified On : Fri Mar 22 13:42:11 2019
     13// Update Count     : 3
    1414//
    1515
     
    246246// Local Variables: //
    247247// tab-width: 4 //
    248 // compile-command: "cfa waitfor.c" //
     248// compile-command: "cfa waitfor.cfa" //
    249249// End: //
Note: See TracChangeset for help on using the changeset viewer.