summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-14 19:42:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-14 19:42:29 +0000
commit4bb16890c9126f742c1e3679aae570405c1af75b (patch)
tree31107d69f561b46c8339aa5a8e04f7223ce6aa52
parent7fe7a5b421d2dd44dea3d63591f9f1bc24ffb711 (diff)
downloadATCD-4bb16890c9126f742c1e3679aae570405c1af75b.tar.gz
ChangeLogTag:Fri Mar 14 11:38:56 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog10
-rw-r--r--tests/Dirent_Test.cpp6
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 84f95d0bebb..130e35aace5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Mar 14 11:38:56 2003 Ossama Othman <ossama@uci.edu>
+
+ * tests/Dirent_Test.cpp (TEST_ENTRY):
+
+ Changed name of file from "Dirent_Test.cpp" to "Makefile". The
+ latter is the only one guaranteed to exist in autoconf based
+ VPATH builds. Dirent_Test was failing since "Dirent_Test.cpp"
+ did not exist in the current working directory so pick one that
+ will always exist.
+
Fri Mar 14 10:49:48 2003 Ossama Othman <ossama@uci.edu>
* configure.ac (bsearch, mktemp, qsort, rand_r):
diff --git a/tests/Dirent_Test.cpp b/tests/Dirent_Test.cpp
index 4fd07c47c83..8de80cbec88 100644
--- a/tests/Dirent_Test.cpp
+++ b/tests/Dirent_Test.cpp
@@ -29,14 +29,16 @@
#include "ace/Dirent.h"
#include "ace/Dirent_Selector.h"
-ACE_RCSID(tests, Dirent_Test, "$Id$")
+ACE_RCSID (tests,
+ Dirent_Test,
+ "$Id$")
#if defined (VXWORKS) || defined(CHORUS)
#define TEST_DIR "."
#define TEST_ENTRY ".."
#else
#define TEST_DIR "../tests"
-#define TEST_ENTRY "Dirent_Test.cpp"
+#define TEST_ENTRY "Makefile"
#endif /* VXWORKS || CHORUS */
// Number of entries in the directory.