Revision: 14581
Author: adrian.chadd
Date: Sun Apr 11 03:39:24 2010
Log: Issue #94 - don't compile tcptest for native win32 - it isn't yet
compiling
http://code.google.com/p/lusca-cache/source/detail?r=14581
Modified:
/branches/LUSCA_HEAD/app/Makefile.am
=======================================
--- /branches/LUSCA_HEAD/app/Makefile.am Wed Jul 22 07:37:20 2009
+++ /branches/LUSCA_HEAD/app/Makefile.am Sun Apr 11 03:39:24 2010
@@ -3,6 +3,12 @@
# $Id: Makefile.am 12826 2008-06-08 13:51:32Z adrian.chadd $
#
-DIST_SUBDIRS = tcptest ufs_rebuild ufs_newfs coss_newfs coss_rebuild
-SUBDIRS = tcptest ufs_rebuild ufs_newfs coss_newfs coss_rebuild
-
+if ENABLE_WIN32SPECIFIC
+TEST_SUITE =
+else
+TEST_SUITE = tcptest
+endif
+
+DIST_SUBDIRS = ufs_rebuild ufs_newfs coss_newfs coss_rebuild $(TEST_SUITE)
+SUBDIRS = ufs_rebuild ufs_newfs coss_newfs coss_rebuild
$(TEST_SUITE)
+
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.