From 988deb489b89889b97f82e3095d267d09ff7e7ab Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 4 Sep 2002 07:26:19 +0000 Subject: Fix for complex situations where directories are declared as prerequisites. Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc. --- tests/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'tests/ChangeLog') diff --git a/tests/ChangeLog b/tests/ChangeLog index 387c08f..7336bd3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,22 @@ +2002-09-04 Paul D. Smith + + * scripts/features/reinvoke: Change touch/sleep combos to utouch + invocations. + * scripts/features/vpathgpath: Ditto. + * scripts/features/vpathplus: Ditto. + * scripts/options/dash-n: Ditto. + * scripts/targets/INTERMEDIATE: Ditto. + * scripts/targets/SECONDARY: Ditto. + + * scripts/options/dash-t: Added a test for the -t bug fixed by + Henning Makholm. This test was also contributed by Henning. + + * scripts/misc/general4: Add a test suite for obscure algorithmic + features of make. First test: make sure creation subdirectories + as prerequisites of targets works properly. + + * scripts/misc/version: Remove this bogus test. + 2002-08-07 Paul D. Smith * scripts/misc/general3: Add a test for makefiles that don't end @@ -26,6 +45,12 @@ * scripts/variables/automatic: Add some tests for $$@, $$(@D), and $$(@F). + * test_driver.pl (utouch): Create a new function that creates a + file with a specific timestamp offset. Use of this function will + let us avoid lots of annoying sleep() invocations in the tests + just to get proper timestamping, which will make the tests run a + lot faster. So far it's only used in the automatic test suite. + 2002-07-09 Paul D. Smith * scripts/variables/automatic: Create a test for automatic variables. -- cgit v1.2.3