Changeset ff593a3
- Timestamp:
- Aug 6, 2018, 2:11:30 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 73abe95
- Parents:
- 28582b2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r28582b2 rff593a3 33 33 34 34 man1_MANS = doc/man/cfa.1 35 36 debug=yes 37 check: 38 $(MAKE) -C tests all-tests install=no debug=${debug} 39 40 installcheck: 41 $(MAKE) -C tests all-tests install=yes debug=${debug} -
Makefile.in
r28582b2 rff593a3 374 374 noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ 375 375 man1_MANS = doc/man/cfa.1 376 debug = yes 376 377 all: config.h 377 378 $(MAKE) $(AM_MAKEFLAGS) all-recursive … … 777 778 install-am: all-am 778 779 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 779 780 installcheck: installcheck-recursive781 780 install-strip: 782 781 if test -z '$(STRIP)'; then \ … … 900 899 @echo "Configuring libcfa with '$(config_data)''" 901 900 @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data) 901 check: 902 $(MAKE) -C tests all-tests install=no debug=${debug} 903 904 installcheck: 905 $(MAKE) -C tests all-tests install=yes debug=${debug} 902 906 903 907 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
tests/Makefile.am
r28582b2 rff593a3 17 17 18 18 debug=yes 19 installed=no 19 20 20 21 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes -
tests/Makefile.in
r28582b2 rff593a3 296 296 top_srcdir = @top_srcdir@ 297 297 debug = yes 298 installed = no 298 299 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 299 300 concurrent =
Note: See TracChangeset
for help on using the changeset viewer.