- Timestamp:
- Jul 29, 2024, 1:32:51 PM (23 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- f3d2a4f
- Parents:
- 38e20a80 (diff), 1661ad7 (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. - Location:
- tests
- Files:
-
- 5 added
- 2 edited
-
Makefile.am (modified) (3 diffs)
-
array-collections/.expect/boxed.txt (added)
-
array-collections/array-sbscr-types.cfa (modified) (1 diff)
-
array-collections/boxed.bookend.cfa (added)
-
array-collections/boxed.cases.hfa (added)
-
array-collections/boxed.hfa (added)
-
array-collections/boxed.main.cfa (added)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r38e20a80 rce02877 69 69 .PHONY : concurrency list .validate .test_makeflags 70 70 .INTERMEDIATE : .validate .validate.cfa .test_makeflags 71 EXTRA_PROGRAMS = a vl_test linkonce linking/mangling/anon .dummy_hack # build but do not install71 EXTRA_PROGRAMS = array-collections/boxed avl_test linkonce linking/mangling/anon .dummy_hack # build but do not install 72 72 EXTRA_DIST = test.py \ 73 73 pybin/__init__.py \ … … 77 77 pybin/tools.py \ 78 78 long_tests.hfa \ 79 array-collections/boxed.hfa \ 80 array-collections/boxed.cases.hfa \ 79 81 avltree/avl-private.h \ 80 82 avltree/avl.h \ … … 104 106 done 105 107 108 array_collections_boxed_SOURCES = array-collections/boxed.main.cfa array-collections/boxed.bookend.cfa 106 109 avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa 107 110 linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa -
tests/array-collections/array-sbscr-types.cfa
r38e20a80 rce02877 28 28 // generally using ptrdiff_t-typed variables to convey numeric values. 29 29 30 #include <assert.h> 30 31 31 32 #define show( expr ) printf( "%.1f\n", expr )
Note:
See TracChangeset
for help on using the changeset viewer.