*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 14 Sep 2005 23:42:10 +0000 (23:42 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 14 Sep 2005 23:42:10 +0000 (23:42 +0000)
tests/pthread_utils/GNUmakefile
tests/pthread_utils/tests/msg_test.c [moved from tests/pthread_utils/msg_test.c with 98% similarity]

index fbd174a..e54b57a 100644 (file)
@@ -1,9 +1,9 @@
-# $Id: GNUmakefile,v 1.1 2004/12/27 11:16:15 mmondor Exp $
+# $Id: GNUmakefile,v 1.2 2005/09/14 23:42:10 mmondor Exp $
 
 MMLIB_PATH := ../../mmlib
 MMLIBS := $(addprefix ${MMLIB_PATH}/,mmlog.o mmpool.o mmstring.o)
 OBJS := mm_pthread_msg.o mm_pthread_sleep.o mm_pthread_pool.o mm_pthread_poll.o
-BINS := msg_test
+BINS := tests/msg_test
 
 CFLAGS += -Wall
 #CFLAGS += -DDEBUG
@@ -16,7 +16,7 @@ all: $(BINS)
        cc -c ${CFLAGS} -I. -I$(MMLIB_PATH) -o $@ $<
 
 
-msg_test: msg_test.o $(MMLIBS) $(OBJS)
+tests/msg_test: tests/msg_test.o $(MMLIBS) $(OBJS)
        cc ${CFLAGS} -o $@ $@.c $(OBJS) -I. -I$(MMLIB_PATH) -lc -lpthread \
                ${LDFLAGS} $(MMLIBS)
 
@@ -25,4 +25,4 @@ install: all
 
 
 clean:
-       rm -f msg_test.o $(BINS) $(OBJS) $(MMLIBS)
+       rm -f tests/msg_test.o $(BINS) $(OBJS) $(MMLIBS)
similarity index 98%
rename from tests/pthread_utils/msg_test.c
rename to tests/pthread_utils/tests/msg_test.c
index 4c2f6b8..a906608 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: msg_test.c,v 1.2 2005/09/12 12:00:05 mmondor Exp $ */
+/* $Id: msg_test.c,v 1.1 2005/09/14 23:42:10 mmondor Exp $ */
 
 /*
  * Copyright (C) 2005, Matthew Mondor
@@ -50,7 +50,7 @@
 
 MMCOPYRIGHT("@(#) Copyright (c) 2005\n\
 \tMatthew Mondor. All rights reserved.\n");
-MMRCSID("$Id: msg_test.c,v 1.2 2005/09/12 12:00:05 mmondor Exp $");
+MMRCSID("$Id: msg_test.c,v 1.1 2005/09/14 23:42:10 mmondor Exp $");