~ubuntu-branches/ubuntu/karmic/libevent/karmic

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2005-01-18 17:58:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050118175840-zip9df4xnl1v7dw3
Tags: 1.0b-1.1
* NMU with maintainer's approval.
* New upstream release with backward compatibility fixes (should
  make farpd work again) (Closes: #291096)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
LDADD = -L.. -levent
4
4
CPPFPLAGS = -I.. 
5
 
CFLAGS = -I../compat -Wall @CFLAGS@
 
5
CFLAGS = -I../compat @CFLAGS@
6
6
 
7
7
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
8
8
 
15
15
 
16
16
DISTCLEANFILES = *~
17
17
 
18
 
all:    test
19
 
 
20
18
test: test-init test-eof test-weof test-time regress
 
19
 
 
20
verify: test
21
21
        @./test.sh
22
22
 
23
23
bench test-init test-eof test-weof test-time regress: ../libevent.la