Changeset 1769 for trunk/test/Makefile.am
- Timestamp:
- Feb 3, 2009, 11:01:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1746 r1769 32 32 INSTALLCHECK_TARGETS = 33 33 34 .PHONY: $(INSTALLCHECK_TARGETS) 34 .PHONY: $(INSTALLCHECK_TARGETS) FORCE 35 35 36 36 installcheck-local: $(INSTALLCHECK_TARGETS) … … 38 38 clean-local:; rm -rf yathello 39 39 40 if HAVE_AUTOTOOLS41 INSTALLCHECK_TARGETS += check-yat_m440 if ENABLE_SVN_SUPPORT 41 INSTALLCHECK_TARGETS += yat_check_yat_test 42 42 endif 43 check-yat_m4: yat_m4_test.sh 44 ./yat_m4_test.sh 43 44 yathello: create_yathello.sh 45 ./create_yathello.sh 46 47 yat_check_yat_test: yathello 48 cd yathello && autoreconf -sivf && \ 49 ./configure --with-yat=$(bindir) && $(MAKE) check 45 50 46 51 check_PROGRAMS = alignment_test averager_test \
Note: See TracChangeset
for help on using the changeset viewer.