gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24185 - in monkey/trunk: . pathologist pathologist/refs/sr


From: gnunet
Subject: [GNUnet-SVN] r24185 - in monkey/trunk: . pathologist pathologist/refs/src pathologist/src/pathologist
Date: Fri, 5 Oct 2012 01:07:49 +0200

Author: teichm
Date: 2012-10-05 01:07:49 +0200 (Fri, 05 Oct 2012)
New Revision: 24185

Added:
   monkey/trunk/entomologist/
Removed:
   monkey/trunk/MonkeyBugComparator/
Modified:
   monkey/trunk/pathologist/Makefile.am
   monkey/trunk/pathologist/configure.ac
   monkey/trunk/pathologist/refs/src/Makefile.am
   monkey/trunk/pathologist/src/pathologist/Makefile.am
Log:
converted make check to automake tools
renamed entomologist folder


Modified: monkey/trunk/pathologist/Makefile.am
===================================================================
--- monkey/trunk/pathologist/Makefile.am        2012-10-04 14:02:44 UTC (rev 
24184)
+++ monkey/trunk/pathologist/Makefile.am        2012-10-04 23:07:49 UTC (rev 
24185)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src refs/src
+SUBDIRS = refs/src src
 
 EXTRA_DIST = \
  ABOUT-NLS \

Modified: monkey/trunk/pathologist/configure.ac
===================================================================
--- monkey/trunk/pathologist/configure.ac       2012-10-04 14:02:44 UTC (rev 
24184)
+++ monkey/trunk/pathologist/configure.ac       2012-10-04 23:07:49 UTC (rev 
24185)
@@ -199,7 +199,10 @@
 AC_MSG_RESULT($enable_test_run)
 AM_CONDITIONAL([ENABLE_TEST_RUN], [test "x$enable_tests_run" = "xyes"])
 
+AC_CHECK_PROG(SSP_FOUND, seaspider, [yes], [no], [../seaspider/bin])
+AM_CONDITIONAL([SEASPIDER], [test "$SSP_FOUND" = yes])
 
+
 AC_DEFINE_DIR([PACKAGE_DATA], [datarootdir], [The directory for installing 
read-only architecture-independent data])
 
 # Set PACKAGE_SOURCE_DIR in gnunet_gtk_config.h.

Modified: monkey/trunk/pathologist/refs/src/Makefile.am
===================================================================
--- monkey/trunk/pathologist/refs/src/Makefile.am       2012-10-04 14:02:44 UTC 
(rev 24184)
+++ monkey/trunk/pathologist/refs/src/Makefile.am       2012-10-04 23:07:49 UTC 
(rev 24185)
@@ -1,52 +1,31 @@
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+       WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
+
 if USE_COVERAGE
-  AM_CFLAGS = --coverage -O0
-  XLIB = -lgcov
+       AM_CFLAGS = --coverage -g -O0
+       XLIB = -lgcov
+else
+       AM_CFLAGS = -g -O0
 endif
 
-bug_null_pointer_exception:
-       gcc -g -O0 -o bug_null_pointer_exception bug_null_pointer_exception.c
 
-bug_bad_memory_access:
-       gcc -g -O0 -o bug_bad_memory_access bug_bad_memory_access.c     
+check_PROGRAMS = \
+       bug_null_pointer_exception \
+       bug_bad_memory_access \
+       bug_assertion_failure \
+       bug_crypto_crc \
+       bug_division_by_zero_loop \
+       bug_null_pointer_exception_modified \
+       bug_sigbus \
+       bug_bad_food
 
-bug_assertion_failure:
-       gcc -g -O0 -o bug_assertion_failure bug_assertion_failure.c     
-
-bug_crypto_crc:
-       gcc -g -O0 -o bug_crypto_crc bug_crypto_crc.c
-       
-bug_division_by_zero_loop:
-       gcc -g -O0 -o bug_division_by_zero_loop bug_division_by_zero_loop.c     
-       
-bug_null_pointer_exception_modified:
-       gcc -g -O0 -o bug_null_pointer_exception_modified 
bug_null_pointer_exception_modified.c
-
-bug_sigbus:
-       gcc -g -O0 -o bug_sigbus bug_sigbus.c
-       
-bug_bad_food:
-       gcc -g -O0 -o bug_bad_food bug_bad_food.c               
-
-bin_PROGRAMS = \
-        bug_null_pointer_exception \
-        bug_bad_memory_access \
-        bug_assertion_failure \
-        bug_crypto_crc \
-        bug_division_by_zero_loop \
-        bug_null_pointer_exception_modified \
-        bug_sigbus \
-        bug_bad_food
- 
-#noinst_PROGRAMS = \
-        bug_null_pointer_exception \
-        bug_bad_memory_access \
-        bug_assertion_failure \
-        bug_crypto_crc \
-        bug_division_by_zero_loop \
-        bug_null_pointer_exception_modified \
-        bug_sigbus \
-        bug_bad_food
\ No newline at end of file
+bug_null_pointer_exception_SOURCES = bug_null_pointer_exception.c
+bug_bad_memory_access_SOURCES = bug_bad_memory_access.c
+bug_assertion_failure_SOURCES = bug_assertion_failure.c
+bug_crypto_crc_SOURCES = bug_crypto_crc.c
+bug_division_by_zero_loop_SOURCES = bug_division_by_zero_loop.c
+bug_null_pointer_exception_modified_SOURCES = 
bug_null_pointer_exception_modified.c
+bug_sigbus_SOURCES = bug_sigbus.c
+bug_bad_food_SOURCES = bug_bad_food.c

Modified: monkey/trunk/pathologist/src/pathologist/Makefile.am
===================================================================
--- monkey/trunk/pathologist/src/pathologist/Makefile.am        2012-10-04 
14:02:44 UTC (rev 24184)
+++ monkey/trunk/pathologist/src/pathologist/Makefile.am        2012-10-04 
23:07:49 UTC (rev 24185)
@@ -63,9 +63,12 @@
   -lesmtp \
   $(GN_LIBINTL)
 
+
 if ENABLE_TEST_RUN
+if SEASPIDER
 TESTS = $(check_PROGRAMS)
 endif
+endif
 
 check_PROGRAMS = \
     test_pathologist   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]