mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
# $NetBSD: spec,v 1.2 2004/08/29 06:27:34 jlam Exp $
|
|
#
|
|
# buildlink-unwrap 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
|
|
}
|