Changeset c083c3d for tests


Ignore:
Timestamp:
May 1, 2023, 6:15:26 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
67408114
Parents:
4daf79f (diff), 6e1e2d0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Peter A. Buhr <pabuhr@…> (05/01/23 16:59:14)
git-committer:
Peter A. Buhr <pabuhr@…> (05/01/23 18:15:26)
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests
Files:
10 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r4daf79f rc083c3d  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon May  1 16:45:07 2023
    14 ## Update Count     : 144
     13## Last Modified On : Mon May  1 17:25:24 2023
     14## Update Count     : 145
    1515###############################################################################
    1616
     
    116116#----------------------------------------------------------------------------------------------------------------
    117117
    118 all-local :
     118all-local : # This name is important to automake and implies the default build target.
    119119        @+$(TEST_PY) --debug=$(debug) --install=$(installed) --archive-errors=$(archiveerrors) $(concurrent) $(timeouts) $(ARCH) --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    120120
  • tests/concurrent/futures/select_future.cfa

    r4daf79f rc083c3d  
    196196    delete( shared_future );
    197197        printf( "done 3\n" );
    198 
    199     // C_TODO: add test for select statement once it is implemented
    200198}
Note: See TracChangeset for help on using the changeset viewer.