Changeset 1770
- Timestamp:
- Feb 4, 2009, 5:40:30 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/svn_support.am
r1769 r1770 4 4 # $Id$ 5 5 # 6 # Copyright (C) 2008 Peter Johansson6 # Copyright (C) 2008, 2009 Peter Johansson 7 7 # 8 8 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 42 42 $(MAKE) $(AM_MAKEFLAGS) prefix=$(abs_builddir)/tmp-repo/install_ \ 43 43 installcheck && \ 44 (cd test && $(MAKE) $(AM_MAKEFLAGS) prefix=$(abs_builddir)/tmp-repo/install_ \ 45 yat_check_yat_test) && \ 44 46 $(MAKE) $(AM_MAKEFLAGS) distcheck) && \ 45 47 mv tmp-repo/build_/$(distdir).tar.gz . && \ -
trunk/test/Makefile.am
r1769 r1770 30 30 check_LTLIBRARIES = libyattest.la 31 31 32 INSTALLCHECK_TARGETS =33 34 32 .PHONY: $(INSTALLCHECK_TARGETS) FORCE 35 36 installcheck-local: $(INSTALLCHECK_TARGETS)37 33 38 34 clean-local:; rm -rf yathello 39 35 40 if ENABLE_SVN_SUPPORT 41 INSTALLCHECK_TARGETS += yat_check_yat_test 42 endif 36 FORCE: 43 37 44 38 yathello: create_yathello.sh 45 39 ./create_yathello.sh 46 40 47 yat_check_yat_test: yathello 41 # testing autoconf macro YAT_CHECK_YAT on a installed yat (the bindir 42 # argument require some care). 43 yat_check_yat_test: yathello FORCE 48 44 cd yathello && autoreconf -sivf && \ 49 45 ./configure --with-yat=$(bindir) && $(MAKE) check
Note: See TracChangeset
for help on using the changeset viewer.