[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / modules

Annotation of src/tests/modules/Makefile, Revision 1.8

1.8     ! pooka       1: # $NetBSD: Makefile,v 1.7 2010/08/21 13:57:41 pgoyette Exp $
1.1       jmmv        2:
                      3: .include <bsd.own.mk>
                      4:
1.7       pgoyette    5: TESTSDIR=      ${TESTSBASE}/modules
1.1       jmmv        6:
1.7       pgoyette    7: # Ideally this test could be in the parent Makefile, which could not descend
                      8: # into this directory at all.  Unfortunately, the etc/mtree/NetBSD.dist file
                      9: # creates the 'modules' subdirectory unconditionally, which if left empty
                     10: # will confuse atf-run.  Therefore we must install, at the very least, the
                     11: # Atffile into it.
                     12: TESTS_C=       t_modctl
1.8     ! pooka      13: TESTS_C+=      t_builtin
1.7       pgoyette   14: LDADD=         -lprop
1.8     ! pooka      15: LDADD+=                -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lpthread
1.2       jmmv       16:
1.7       pgoyette   17: TESTS_SH=      t_modload
                     18:
                     19: SUBDIR=                k_helper
                     20: SUBDIR+=       k_helper2
1.1       jmmv       21:
                     22: .include <bsd.test.mk>

CVSweb <webmaster@jp.NetBSD.org>