aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tatt-tests/tinderbox-test.py')
-rw-r--r--tatt-tests/tinderbox-test.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/tatt-tests/tinderbox-test.py b/tatt-tests/tinderbox-test.py
deleted file mode 100644
index 5eaea25..0000000
--- a/tatt-tests/tinderbox-test.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import sys
-sys.path.append('../tatt')
-
-import tinderbox
-from gentooPackage import gentooPackage as gp
-
-# Has a stable rdep:
-p = gp("=media-sound/amarok-2.3.1-r2")
-print(tinderbox.stablerdeps (p))
-
-# A pacakge without stable rdeps:
-p = gp("=app-portage/tatt-9999")
-print(tinderbox.stablerdeps (p))