From dde499bd33f9fe7b4d11e9fe508d73677acde2f8 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 18 Sep 2006 20:06:03 +0000 Subject: [PATCH] Merge: Test for 'cancel requirement' feature [SVN r35174] --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_all.py b/test/test_all.py index 6f856e782..81b6a14e7 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -142,6 +142,7 @@ tests = [ "rebuilds", "implicit_dependency", "example_libraries", "example_make", + "remove_requirement", ] if os.name == 'posix':