[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: Makefile.am



  User: danmc   
  Date: 07/04/13 23:18:20

  Modified:    .        Makefile.am configure.ac
  Log:
  add refdes_renum testsuite
  
  
  
  
  Revision  Changes    Path
  1.19      +1 -1      eda/geda/gaf/utils/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/Makefile.am,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- Makefile.am	16 Aug 2005 17:05:14 -0000	1.18
  +++ Makefile.am	14 Apr 2007 03:18:20 -0000	1.19
  @@ -1,5 +1,5 @@
   
  -SUBDIRS = src gschlas scripts lib include examples docs man
  +SUBDIRS = src gschlas scripts lib include examples docs man tests
   
   EXTRA_DIST = ChangeLog.tragesym ChangeLog.gsch2pcb autogen.sh
   
  
  
  
  1.36      +9 -1      eda/geda/gaf/utils/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/configure.ac,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- configure.ac	10 Feb 2007 21:54:05 -0000	1.35
  +++ configure.ac	14 Apr 2007 03:18:20 -0000	1.36
  @@ -35,6 +35,9 @@
   AC_PROG_MAKE_SET
   AM_PROG_LEX
   
  +AC_PATH_PROG(PERL, perl, [notfound])
  +AM_CONDITIONAL(MISSING_PERL, test x$PERL = xnotfound)
  +
   ##############################################################3
   # Test for __func__
   #
  @@ -415,7 +418,12 @@
                    lib/Makefile 
                    lib/system-gschlasrc 
                    gschlas/Makefile 
  -                 src/Makefile ])
  +                 src/Makefile
  +                 tests/Makefile
  +                 tests/refdes_renum/Makefile
  +                 tests/refdes_renum/inputs/Makefile
  +                 tests/refdes_renum/outputs/Makefile
  +])
   
   AC_OUTPUT
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs