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