[Modcplusplus-devel] (barbee-) apr_cplusplus/test .cvsignoreMakefile.am
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-02-23 21:14:50
|
Mod Cplusplus CVS committal
Author : barbee-
Project : apr_cplusplus
Module : test
Dir : apr_cplusplus/test
Modified Files:
.cvsignore Makefile.am
Log Message:
build and test APRDir.
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- .cvsignore 23 Feb 2002 04:10:00 -0000 1.4
+++ .cvsignore 23 Feb 2002 21:14:50 -0000 1.5
@@ -10,3 +10,4 @@
test_exception
test_path
test_anyfile
+test_dir
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 23 Feb 2002 04:10:00 -0000 1.6
+++ Makefile.am 23 Feb 2002 21:14:50 -0000 1.7
@@ -18,7 +18,8 @@
test_time \
test_exception \
test_path \
- test_anyfile
+ test_anyfile \
+ test_dir
test_hash_LDADD = $(STANDARD_LDADDS)
test_hash_SOURCES = test_hash.cpp
@@ -41,10 +42,14 @@
test_anyfile_LDADD = $(STANDARD_LDADDS)
test_anyfile_SOURCES = test_anyfile.cpp
+test_dir_LDADD = $(STANDARD_LDADDS)
+test_dir_SOURCES = test_dir.cpp
+
TESTS = test_hash \
test_hashiter \
test_table \
test_time \
test_exception \
test_path \
- test_anyfile
+ test_anyfile \
+ test_dir
|