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

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

1.17    ! christos    1: # $NetBSD: Makefile,v 1.16 2019/04/06 03:06:29 thorpej Exp $
1.1       jmmv        2:
                      3: .include <bsd.own.mk>
                      4:
1.7       pgoyette    5: TESTSDIR=      ${TESTSBASE}/modules
1.12      christos    6: CPPFLAGS+=     -D_KERNTYPES
1.1       jmmv        7:
1.7       pgoyette    8: # Ideally this test could be in the parent Makefile, which could not descend
                      9: # into this directory at all.  Unfortunately, the etc/mtree/NetBSD.dist file
                     10: # creates the 'modules' subdirectory unconditionally, which if left empty
                     11: # will confuse atf-run.  Therefore we must install, at the very least, the
                     12: # Atffile into it.
                     13: TESTS_C=       t_modctl
1.8       pooka      14: TESTS_C+=      t_builtin
1.15      kamil      15: TESTS_C+=      t_kcov
1.17    ! christos   16: TESTS_C+=      t_ufetchstore
        !            17: CPPFLAGS.t_ufetchstore.c+=-I${.CURDIR}/ufetchstore
        !            18: .for i in t_modctl t_builtin t_kcov
        !            19: LDADD.${i}=    -lprop
        !            20: LDADD.${i}+=   -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread
        !            21: .endfor
1.2       jmmv       22:
1.9       jmmv       23: TESTS_SH=      t_abi_uvm
                     24: TESTS_SH+=     t_modload
1.13      martin     25: TESTS_SH+=     t_klua_pr_52864
1.14      christos   26: TESTS_SH+=     t_threadpool
1.7       pgoyette   27:
                     28: SUBDIR=                k_helper
                     29: SUBDIR+=       k_helper2
1.10      jruoho     30: SUBDIR+=       k_helper3
1.9       jmmv       31: SUBDIR+=       k_uvm
1.14      christos   32: SUBDIR+=       threadpool_tester
1.16      thorpej    33: SUBDIR+=       ufetchstore
                     34:
1.1       jmmv       35: .include <bsd.test.mk>

CVSweb <webmaster@jp.NetBSD.org>