- Timestamp:
- May 1, 2023, 6:15:26 PM (2 years ago)
- 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)
- Location:
- tests
- Files:
-
- 10 added
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r4daf79f rc083c3d 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon May 1 1 6:45:07202314 ## Update Count : 14 413 ## Last Modified On : Mon May 1 17:25:24 2023 14 ## Update Count : 145 15 15 ############################################################################### 16 16 … … 116 116 #---------------------------------------------------------------------------------------------------------------- 117 117 118 all-local : 118 all-local : # This name is important to automake and implies the default build target. 119 119 @+$(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 120 120 -
tests/concurrent/futures/select_future.cfa
r4daf79f rc083c3d 196 196 delete( shared_future ); 197 197 printf( "done 3\n" ); 198 199 // C_TODO: add test for select statement once it is implemented200 198 }
Note:
See TracChangeset
for help on using the changeset viewer.