Changeset ce02877 for tests


Ignore:
Timestamp:
Jul 29, 2024, 1:32:51 PM (23 months ago)
Author:
JiadaL <j82liang@…>
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.
Message:

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

Location:
tests
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r38e20a80 rce02877  
    6969.PHONY : concurrency list .validate .test_makeflags
    7070.INTERMEDIATE : .validate .validate.cfa .test_makeflags
    71 EXTRA_PROGRAMS = avl_test linkonce linking/mangling/anon .dummy_hack # build but do not install
     71EXTRA_PROGRAMS = array-collections/boxed avl_test linkonce linking/mangling/anon .dummy_hack # build but do not install
    7272EXTRA_DIST = test.py \
    7373        pybin/__init__.py \
     
    7777        pybin/tools.py \
    7878        long_tests.hfa \
     79        array-collections/boxed.hfa \
     80        array-collections/boxed.cases.hfa \
    7981        avltree/avl-private.h \
    8082        avltree/avl.h \
     
    104106        done
    105107
     108array_collections_boxed_SOURCES = array-collections/boxed.main.cfa array-collections/boxed.bookend.cfa
    106109avl_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
    107110linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa
  • tests/array-collections/array-sbscr-types.cfa

    r38e20a80 rce02877  
    2828// generally using ptrdiff_t-typed variables to convey numeric values.
    2929
     30#include <assert.h>
    3031
    3132#define show( expr ) printf( "%.1f\n", expr )
Note: See TracChangeset for help on using the changeset viewer.