Changeset fd4df379 for tests


Ignore:
Timestamp:
Jul 25, 2024, 7:12:46 PM (4 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
bb20aa6, daa4cc1
Parents:
3cb693c
Message:

Implement boxing for arrays.

The added test is things that did not work before.

Location:
tests
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r3cb693c rfd4df379  
    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
Note: See TracChangeset for help on using the changeset viewer.