Author: durner Date: 2008-03-02 05:11:25 -0700 (Sun, 02 Mar 2008) New Revision: 6512
Added: GNUnet/contrib/makecheck_win32.sh Modified: GNUnet/src/util/crypto/Makefile.am Log: work around faulty Makefiles Added: GNUnet/contrib/makecheck_win32.sh =================================================================== --- GNUnet/contrib/makecheck_win32.sh (rev 0) +++ GNUnet/contrib/makecheck_win32.sh 2008-03-02 12:11:25 UTC (rev 6512) @@ -0,0 +1,2 @@ +find . -iname Makefile | xargs -n1 | while read i; do sed 's/test\$(EXEEXT)/test/g' "$i">tmpfile; mv tmpfile "$i"; done +make check \ No newline at end of file Modified: GNUnet/src/util/crypto/Makefile.am =================================================================== --- GNUnet/src/util/crypto/Makefile.am 2008-03-02 08:25:47 UTC (rev 6511) +++ GNUnet/src/util/crypto/Makefile.am 2008-03-02 12:11:25 UTC (rev 6512) @@ -23,7 +23,7 @@ check_PROGRAMS = \ crctest \ hashtest \ - hashperf \ + hashperf_test \ hashingtest \ hostkeytest \ kblockkey_test \ @@ -57,9 +57,9 @@ hashtest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la -hashperf_SOURCES = \ +hashperf_test_SOURCES = \ hashperf.c -hashperf_LDADD = \ +hashperf_test_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la symciphertest_SOURCES = \ _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn