Edit

kc3-lang/harfbuzz/test/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Garret Rieger
    Date : 2018-01-29 13:30:02
    Hash : 0853260e
    Message : Configure automake to run the new subset tests.

  • test/Makefile.am
  • # Process this file with automake to produce Makefile.in
    
    NULL =
    EXTRA_DIST =
    SUBDIRS = api shaping fuzzing subset
    
    EXTRA_DIST += \
    	CMakeLists.txt \
    	$(NULL)
    
    # Convenience targets:
    lib:
    	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
    
    -include $(top_srcdir)/git.mk