aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-22 20:17:28 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-22 20:17:28 +0000
commit9d2307dca034d4d49b3fee49d6b4bace71d5ee9b (patch)
tree76a50f9ea1300290e354647d5df7d823f2d9c902
parentrevert accidental debug checkin (diff)
downloadportage-utils-9d2307dca034d4d49b3fee49d6b4bace71d5ee9b.tar.gz
portage-utils-9d2307dca034d4d49b3fee49d6b4bace71d5ee9b.tar.bz2
portage-utils-9d2307dca034d4d49b3fee49d6b4bace71d5ee9b.zip
add makefile for this test subdir
-rw-r--r--tests/profile/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/profile/Makefile b/tests/profile/Makefile
new file mode 100644
index 00000000..13a25cb9
--- /dev/null
+++ b/tests/profile/Makefile
@@ -0,0 +1,9 @@
+thisdir = profile
+include ../subdir.mk
+
+all: check
+
+test check:
+ $(s)/dotest
+
+.PHONY: all check clean test