From: hades Date: Sun, 10 Sep 2000 17:08:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=260e877d0236926ca9fa50890f8e4f2587e5f80a;p=daqdata.git *** empty log message *** --- diff --git a/allParam/Makefile b/allParam/Makefile index 367847b..f44e04e 100644 --- a/allParam/Makefile +++ b/allParam/Makefile @@ -25,6 +25,7 @@ test : $(TESTS) hades05 : ca_all file_all tcl_all lxi001 : ca_all file_all ora_all tcl_all + ca_all : ca ca_install ca_test file_all : file file_install file_test ora_all : ora ora_install ora_test @@ -64,6 +65,9 @@ lib_clean : cd tcl ; $(MAKE) $@ cd test ; $(MAKE) bin_clean +tar : lib_clean + cd .. ; tar -cvzf param.$(cat param/VERSION).tar.gz param/ + $(PARAMLIBES) test : dummy dummy : diff --git a/allParam/VERSION b/allParam/VERSION new file mode 100644 index 0000000..49d5957 --- /dev/null +++ b/allParam/VERSION @@ -0,0 +1 @@ +0.1 diff --git a/allParam/test/Makefile b/allParam/test/Makefile index ebd925d..f2753e3 100644 --- a/allParam/test/Makefile +++ b/allParam/test/Makefile @@ -96,7 +96,7 @@ clean : rm -f *.o *test_protocol.txt sqlnet.log bin_clean : - rm *.o *_suite *test_protocol.txt sqlnet.log + rm -f *.o *_suite *test_protocol.txt sqlnet.log ca_test file_test ora_test psql_test tcl_test : dummy diff --git a/allParam/test/README b/allParam/test/README new file mode 100644 index 0000000..ac8314a --- /dev/null +++ b/allParam/test/README @@ -0,0 +1,44 @@ +Author: Benjamin Sailer + TUM/E12 + Benjamin.Sailer@ph.tum.de +Version: 0.1 +Date: 2000-09-10 + +test suite +========== + +Content +------- + +1. testing requirements + 1.1 ca test + 1.2 file test + 1.3 ora test + 1.4 psql test + 1.5 tcl test +2. testing results + +1. testing requirements +----------------------- + + + +1.1 ca test + +1.2 file test + +1.3 ora test + +1.4 psql test + +1.5 tcl test + +2. testing results +------------------ + + + +Please send bug reports to + +Benjamin.Sailer@ph.tum.de +