Mercurial > hg > chrpath
annotate testsuite/Makefile.am @ 2:7bf4a164d5bb default tip
fix bug: long_options have to be zero terminated
| author | Peter Meerwald <p.meerwald@bct-electronic.com> |
|---|---|
| date | Fri, 20 Jul 2012 11:28:30 +0200 |
| parents | b8f7423e385c |
| children |
| rev | line source |
|---|---|
| 0 | 1 CHRPATH = ../chrpath |
| 2 | |
| 3 # This test fail on some archs. Not sure how to write it in a portable | |
| 4 # way. [pere 2004-09-18] | |
| 5 RPATH = $(LDRPATH)/usr/local/lib | |
| 6 | |
| 7 noinst_PROGRAMS = prog | |
| 8 | |
| 9 prog_SOURCES = \ | |
| 10 prog.c | |
| 11 | |
| 12 EXTRA_DIST = runtest.sh | |
| 13 | |
| 14 prog: prog.c | |
| 15 $(CC) $(RPATH) -o $@ $< | |
| 16 | |
| 17 check: $(CHRPATH) | |
| 18 $(srcdir)/runtest.sh |
