Changeset 2dcd80a for tests/Makefile.am


Ignore:
Timestamp:
Dec 14, 2022, 12:23:42 PM (3 years ago)
Author:
caparson <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
441a6a7
Parents:
7d9598d8 (diff), d8bdf13 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r7d9598d8 r2dcd80a  
    6868.PHONY: list .validate .test_makeflags
    6969.INTERMEDIATE: .validate .validate.cfa .test_makeflags
    70 EXTRA_PROGRAMS = avl_test linkonce .dummy_hack # build but do not install
     70EXTRA_PROGRAMS = avl_test linkonce linking/mangling/anon .dummy_hack # build but do not install
    7171EXTRA_DIST = test.py \
    7272        pybin/__init__.py \
     
    101101avl_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
    102102linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa
     103linking_mangling_anon_SOURCES = linking/mangling/header.hfa linking/mangling/lib.cfa linking/mangling/main.cfa
    103104# automake doesn't know we still need C/CPP rules so pretend like we have a C program
    104105nodist__dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
Note: See TracChangeset for help on using the changeset viewer.