Changeset 8d66610 for tests/Makefile.am
- Timestamp:
- May 21, 2021, 4:48:10 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f1bce515
- Parents:
- 5407cdc (diff), 7404cdc (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. - File:
-
- 1 edited
-
tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r5407cdc r8d66610 67 67 .PHONY: list .validate 68 68 .INTERMEDIATE: .validate .validate.cfa 69 EXTRA_PROGRAMS = avl_test .dummy_hack # build but do not install69 EXTRA_PROGRAMS = avl_test linkonce .dummy_hack # build but do not install 70 70 EXTRA_DIST = test.py \ 71 71 pybin/__init__.py \ … … 94 94 95 95 avl_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 96 linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa 96 97 # automake doesn't know we still need C/CPP rules so pretend like we have a C program 97 98 nodist__dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
Note:
See TracChangeset
for help on using the changeset viewer.