You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 550 B

12345678910111213141516171819202122
  1. include ../Makefile.am.inc
  2. #lib_LTLIBRARIES = ../libjson.la
  3. #check_PROGRAMS = test1 test2 test4 test_parse_int64 test_null test_cast test_parse
  4. check_PROGRAMS = test1
  5. #test1_SOURCES = test1.c
  6. #test1_LDADD = $(lib_LTLIBRARIES)
  7. test1_LDADD = $(top_builddir)/libjson.la
  8. #TESTS = test1.test test2.test test4.test parse_int64.test test_null.test test_cast.test test_parse.test
  9. TESTS = test1.test
  10. EXTRA_DIST=
  11. EXTRA_DIST += $(TESTS)
  12. testsubdir=testSubDir
  13. TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
  14. distclean-local:
  15. -rm -rf $(testsubdir)