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 679 B

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