Changeset 1770


Ignore:
Timestamp:
Feb 4, 2009, 5:40:30 PM (14 years ago)
Author:
Peter
Message:

In maintainer-check in yat_test_yat was not run since configure was
run without --enable-svn-support; and it can't since it not a svn wc
(but svn exported).

Because of this, I now call yat_check_yat_test.sh explicitly and
removed the the test from installcheck-local.

refs #486

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/svn_support.am

    r1769 r1770  
    44# $Id$
    55#
    6 # Copyright (C) 2008 Peter Johansson
     6# Copyright (C) 2008, 2009 Peter Johansson
    77#
    88# This file is part of the yat library, http://dev.thep.lu.se/yat
     
    4242   $(MAKE) $(AM_MAKEFLAGS) prefix=$(abs_builddir)/tmp-repo/install_ \
    4343           installcheck && \
     44   (cd test && $(MAKE) $(AM_MAKEFLAGS) prefix=$(abs_builddir)/tmp-repo/install_ \
     45               yat_check_yat_test) && \
    4446   $(MAKE) $(AM_MAKEFLAGS) distcheck) && \
    4547  mv tmp-repo/build_/$(distdir).tar.gz . && \
  • trunk/test/Makefile.am

    r1769 r1770  
    3030check_LTLIBRARIES = libyattest.la
    3131
    32 INSTALLCHECK_TARGETS =
    33 
    3432.PHONY: $(INSTALLCHECK_TARGETS) FORCE
    35 
    36 installcheck-local: $(INSTALLCHECK_TARGETS)
    3733
    3834clean-local:; rm -rf yathello
    3935
    40 if ENABLE_SVN_SUPPORT
    41 INSTALLCHECK_TARGETS += yat_check_yat_test
    42 endif
     36FORCE:
    4337
    4438yathello: create_yathello.sh
    4539  ./create_yathello.sh
    4640
    47 yat_check_yat_test: yathello
     41# testing autoconf macro YAT_CHECK_YAT on a installed yat (the bindir
     42# argument require some care).
     43yat_check_yat_test: yathello FORCE
    4844  cd yathello && autoreconf -sivf && \
    4945  ./configure --with-yat=$(bindir) && $(MAKE) check
Note: See TracChangeset for help on using the changeset viewer.