JAT - Just A Testing library https://pagure.io/shellfu-bash-jat

Makefile 192B

12345678
  1. # JaT - Just A[nother] Testing library
  2. # See LICENSE.md file for copyright and license details.
  3. MKIT_DIR=utils/mkit
  4. include $(MKIT_DIR)/mkit.mk
  5. TF_DIR=utils/tfkit
  6. include $(TF_DIR)/tfkit.mk