Changeset aff7e86 for tests


Ignore:
Timestamp:
May 13, 2021, 5:49:44 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7fca832
Parents:
e2f601f
Message:

Added a new attribute 'cfa_linkonce'.

Location:
tests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    re2f601f raff7e86  
    6767.PHONY: list .validate
    6868.INTERMEDIATE: .validate .validate.cfa
    69 EXTRA_PROGRAMS = avl_test .dummy_hack # build but do not install
     69EXTRA_PROGRAMS = avl_test linkonce .dummy_hack # build but do not install
    7070EXTRA_DIST = test.py \
    7171        pybin/__init__.py \
     
    9494
    9595avl_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
     96linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa
    9697# automake doesn't know we still need C/CPP rules so pretend like we have a C program
    9798nodist__dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
Note: See TracChangeset for help on using the changeset viewer.