Makefile.am 318 B

12345678910111213141516
  1. EXTRA_DIST = run_tests.sh
  2. noinst_PROGRAMS = ftpfs-ls_unittest
  3. AM_CPPFLAGS = -DFUSE_USE_VERSION=25
  4. ftpfs_ls_unittest_SOURCES = ftpfs-ls_unittest.c
  5. if FUSE_OPT_COMPAT
  6. ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a ../compat/libcompat.la
  7. else
  8. ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a
  9. endif
  10. test: all
  11. @./run_tests.sh