gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21982 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r21982 - gnunet/src/stream
Date: Thu, 14 Jun 2012 00:04:47 +0200

Author: grothoff
Date: 2012-06-14 00:04:47 +0200 (Thu, 14 Jun 2012)
New Revision: 21982

Modified:
   gnunet/src/stream/Makefile.am
Log:
-use underscores for testcase names

Modified: gnunet/src/stream/Makefile.am
===================================================================
--- gnunet/src/stream/Makefile.am       2012-06-13 18:29:34 UTC (rev 21981)
+++ gnunet/src/stream/Makefile.am       2012-06-13 22:04:47 UTC (rev 21982)
@@ -20,18 +20,18 @@
   $(GN_LIB_LDFLAGS)
 
 check_PROGRAMS = \
- test-stream-2peers \
- test-stream-2peers_halfclose \
- test-stream-local \
- test-stream-big
+ test_stream_2peers \
+ test_stream_2peers_halfclose \
+ test_stream_local \
+ test_stream_big
 
 EXTRA_DIST = test_stream_local.conf
 
 if ENABLE_TEST_RUN
 TESTS = \
- test-stream-2peers \
- test-stream-2peers_halfclose \
- test-stream-local
+ test_stream_2peers \
+ test_stream_2peers_halfclose \
+ test_stream_local
 endif
 
 test_stream_2peers_SOURCES = \




reply via email to

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