Deutsch English Français Italiano |
<vur902$2fugg$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: aotto1968 <aotto1968@t-online.de> Newsgroups: comp.lang.tcl Subject: add "atltest" tool for parallel testing of tcl "*.test" files Date: Tue, 29 Apr 2025 21:23:45 +0200 Organization: A noiseless patient Spider Lines: 15 Message-ID: <vur902$2fugg$1@dont-email.me> References: <vual9c$32dut$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 29 Apr 2025 21:23:46 +0200 (CEST) Injection-Info: dont-email.me; posting-host="63d62137f2e60f1e60ca13626ed4b1e6"; logging-data="2619920"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Jdz47mK41Cwydz5DxiwG4I3hqxOhZ6+I=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:J4OG8/unrEArOfQYPgDqXp66Uso= Content-Language: en-US In-Reply-To: <vual9c$32dut$1@dont-email.me> Bytes: 1894 add a new tool atltest is a tool for testing the *.test files from the theATL/tests directory. * The test file (*.test) from the theATL/atlsh/tests directory is mirrored to the theATL/tests directory via a soft link. ** The theATL test environment is created without changes to the atlsh distribution. * Massive parallel testing with the automake make check was implemented in the theATL/tests directory. ** An adaptation to the tcltest tool and the *.test files was required. * The largest adaptation was made to the test cases (*.test) provided by TCL. ** By default, TCL only supports sequential testing. ** By default, TCL uses the same temporary file name across different test cases. http://thedev.nhi1.de/theATL/main/index.htm http://thedev.nhi1.de/theATL/main/atltest.htm