diff options
| author | pooka <pooka@NetBSD.org> | 2010-12-15 20:40:17 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-12-15 20:40:17 +0000 |
| commit | 8d307f3a0ba40d60d1e07d092b97fca30ace852d (patch) | |
| tree | 027663d5211064c5ac57e725a71462565fed0186 /tests/dev/raidframe/Makefile | |
| parent | ea2d33c8fa96d5fd73d80b8c505ade1ab97a4be6 (diff) | |
"A few seconds later" I realized the kernel directory is dev/raidframe,
not dev/raid, so reflect this in the test dir. Affects location
for test of PR kern/44239.
Diffstat (limited to 'tests/dev/raidframe/Makefile')
| -rw-r--r-- | tests/dev/raidframe/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dev/raidframe/Makefile b/tests/dev/raidframe/Makefile new file mode 100644 index 00000000000..942ce002723 --- /dev/null +++ b/tests/dev/raidframe/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2010/12/15 20:40:18 pooka Exp $ +# + +TESTSDIR= ${TESTSBASE}/dev/raid + +TESTS_SH= t_raid + +.include <bsd.test.mk> |
