Connect a forgotten test case to Makefile.

This commit is contained in:
Jung-uk Kim 2008-08-29 20:58:01 +00:00
parent e4762f75c3
commit 4c84e72151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182464

View File

@ -20,7 +20,7 @@ TEST_CASES?= test0001 test0002 test0003 test0004 \
test0069 test0070 test0071 test0072 \
test0073 test0074 test0075 test0076 \
test0077 test0078 test0079 test0080 \
test0081 test0082
test0081 test0082 test0083
SYSDIR?= ${.CURDIR}/../../../../sys