.include <bsd.own.mk>

# This must always be defined.
TESTSDIR= ${TESTSBASE}/usr/bin/codecs

# These correspond to the test programs you have in the directory.
TESTS_C+= codecs_test
#TESTS_SH+= sh1_test sh2_test  # Correspond to sh1_test.c and sh2_test.c

# Define only if your tests need any data files.
#FILESDIR= ${TESTSDIR}
#FILES= testdata1.txt testdata2.bin  # Any necessary data files.

LDADD+=-lcodecs -lz

.include <bsd.test.mk>

