pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/buildlink-libtool Add missing spec file which ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e30c787cfde
branches: trunk
changeset: 480357:3e30c787cfde
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Sep 07 09:57:17 2004 +0000
description:
Add missing spec file which was causing pkg_regress to not run this test.
diffstat:
regress/buildlink-libtool/spec | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 53a464ced05e -r 3e30c787cfde regress/buildlink-libtool/spec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/buildlink-libtool/spec Tue Sep 07 09:57:17 2004 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: spec,v 1.1 2004/09/07 09:57:17 jlam Exp $
+#
+# buildlink-libtool regression test
+# spec file
+#
+MAKEARGS_TEST=regress # target to invoke for regression tests
+MAKEARGS_CLEAN=clean # need to remove work directory afterwards
+
+check_result()
+{
+ exit_status 0 # test is passed if the "regress" target returns 0
+}
Home |
Main Index |
Thread Index |
Old Index