Changeset 2dcd80a for tests/Makefile.am
- Timestamp:
- Dec 14, 2022, 12:23:42 PM (3 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r7d9598d8 r2dcd80a 68 68 .PHONY: list .validate .test_makeflags 69 69 .INTERMEDIATE: .validate .validate.cfa .test_makeflags 70 EXTRA_PROGRAMS = avl_test linkonce .dummy_hack # build but do not install70 EXTRA_PROGRAMS = avl_test linkonce linking/mangling/anon .dummy_hack # build but do not install 71 71 EXTRA_DIST = test.py \ 72 72 pybin/__init__.py \ … … 101 101 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 102 102 linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa 103 linking_mangling_anon_SOURCES = linking/mangling/header.hfa linking/mangling/lib.cfa linking/mangling/main.cfa 103 104 # automake doesn't know we still need C/CPP rules so pretend like we have a C program 104 105 nodist__dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
Note:
See TracChangeset
for help on using the changeset viewer.