Changeset 55b060d for tests/array-container
- Timestamp:
- Aug 30, 2023, 10:13:45 PM (2 years ago)
- Branches:
- master
- Children:
- 0b8c951d
- Parents:
- 38de914
- Location:
- tests/array-container
- Files:
-
- 5 edited
-
array-basic.cfa (modified) (1 diff)
-
array-md-sbscr-cases.cfa (modified) (1 diff)
-
array-sbscr-types.cfa (modified) (1 diff)
-
dimexpr-match-cfa.cfa (modified) (1 diff)
-
safety-summary.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/array-basic.cfa
r38de914 r55b060d 1 #include <co ntainers/array.hfa>1 #include <collections/array.hfa> 2 2 3 3 // -
tests/array-container/array-md-sbscr-cases.cfa
r38de914 r55b060d 1 #include <co ntainers/array.hfa>1 #include <collections/array.hfa> 2 2 3 3 #include <assert.h> -
tests/array-container/array-sbscr-types.cfa
r38de914 r55b060d 1 #include <co ntainers/array.hfa>1 #include <collections/array.hfa> 2 2 3 3 // Shows support for many required ways a user can index into a new array. -
tests/array-container/dimexpr-match-cfa.cfa
r38de914 r55b060d 9 9 #ifdef INCLUDE_MINIMAL 10 10 #define POUNDINCLUDE #include 11 POUNDINCLUDE <co ntainers/array.hfa>11 POUNDINCLUDE <collections/array.hfa> 12 12 #else 13 #include <co ntainers/array.hfa>// part of SUT13 #include <collections/array.hfa> // part of SUT 14 14 #endif 15 15 16 #include "dimexpr-match.hfa" // test framework16 #include "dimexpr-match.hfa" // test framework 17 17 18 18 // CFA "classic" behaviour is inconsistent between "C array" and "new array." -
tests/array-container/safety-summary.cfa
r38de914 r55b060d 1 1 // A simple, isolated, example of what the dimexpr-match cases are all about. 2 2 3 #include <co ntainers/array.hfa>3 #include <collections/array.hfa> 4 4 5 5 // context excerpted from doc/theses/mike_brooks_MMath/programs/hello-array.cfa
Note:
See TracChangeset
for help on using the changeset viewer.