summaryrefslogtreecommitdiff
path: root/tests/rpm/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rpm/BUILD')
-rw-r--r--tests/rpm/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rpm/BUILD b/tests/rpm/BUILD
index 941707a..5f91da8 100644
--- a/tests/rpm/BUILD
+++ b/tests/rpm/BUILD
@@ -376,6 +376,16 @@ py_library(
visibility = [":__subpackages__"],
)
+py_test(
+ name = "make_rpm_test",
+ srcs = ["make_rpm_test.py"],
+ python_version = "PY3",
+ srcs_version = "PY3",
+ deps = [
+ "//pkg:make_rpm_lib",
+ ],
+)
+
# RPM content verification tests
py_test(
name = "pkg_rpm_basic_test",