source:
FTPfs/curlftpfs-0.9.1/tests/Makefile.am
@
73
| Last change on this file since 73 was 10, checked in by zsjheng, 18 years ago | |
|---|---|
| File size: 318 bytes | |
| Line | |
|---|---|
| 1 | EXTRA_DIST = run_tests.sh |
| 2 | |
| 3 | noinst_PROGRAMS = ftpfs-ls_unittest |
| 4 | |
| 5 | AM_CPPFLAGS = -DFUSE_USE_VERSION=25 |
| 6 | |
| 7 | ftpfs_ls_unittest_SOURCES = ftpfs-ls_unittest.c |
| 8 | if FUSE_OPT_COMPAT |
| 9 | ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a ../compat/libcompat.la |
| 10 | else |
| 11 | ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a |
| 12 | endif |
| 13 | |
| 14 | test: all |
| 15 | @./run_tests.sh |
Note: See TracBrowser
for help on using the repository browser.
