Hash :
c494d7ab
Author :
Date :
2020-03-11T19:44:13
Remove cmake testing and add meson build bot CMake tests are broken anyway as py3 changes so let's get rid of them
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
SUBDIRS = data
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
libs:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
EXTRA_DIST += \
README.md \
meson.build \
hb-diff \
hb-diff-colorize \
hb-diff-filter-failures \
hb-diff-stat \
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
record-test.sh \
run-tests.py \
texts/in-house \
$(NULL)
# TODO Figure out Python stuff
EXTRA_DIST += \
hb_test_tools.py \
$(NULL)
CLEANFILES += \
hb_test_tools.py[co] \
$(NULL)
-include $(top_srcdir)/git.mk