[Modcplusplus-devel] (barbee-) apr_cplusplus/test .cvsignoreMakefile.am
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-02-23 04:10:01
|
Mod Cplusplus CVS committal
Author : barbee-
Project : apr_cplusplus
Module : test
Dir : apr_cplusplus/test
Modified Files:
.cvsignore Makefile.am
Log Message:
build APRAnyFile and tests.
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- .cvsignore 22 Feb 2002 16:36:23 -0000 1.3
+++ .cvsignore 23 Feb 2002 04:10:00 -0000 1.4
@@ -9,3 +9,4 @@
test_time
test_exception
test_path
+test_anyfile
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 22 Feb 2002 16:36:23 -0000 1.5
+++ Makefile.am 23 Feb 2002 04:10:00 -0000 1.6
@@ -17,7 +17,8 @@
test_hashiter \
test_time \
test_exception \
- test_path
+ test_path \
+ test_anyfile
test_hash_LDADD = $(STANDARD_LDADDS)
test_hash_SOURCES = test_hash.cpp
@@ -37,9 +38,13 @@
test_path_LDADD = $(STANDARD_LDADDS)
test_path_SOURCES = test_path.cpp
+test_anyfile_LDADD = $(STANDARD_LDADDS)
+test_anyfile_SOURCES = test_anyfile.cpp
+
TESTS = test_hash \
test_hashiter \
test_table \
test_time \
test_exception \
- test_path
+ test_path \
+ test_anyfile
|