mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
# $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
|
|
}
|