summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 19e29249087eaf053f0cce001e8d0e972eda5ff0 (plain)
1
2
3
4
5
6
7
8
# Tests
DIR_TEST_ITEMS := iconv:iconv.c nullable:nullable.c translit:translit.c

ifeq ($(filter $(BUILDDIR)/unires,$(TEST_PREREQS)),)
  TEST_PREREQS := $(TEST_PREREQS) $(BUILDDIR)/unires
endif

include $(NSBUILD)/Makefile.subdir