diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-07-26 13:51:34 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | b76660d71e2ea77752025089bd71deffad64e325 (patch) | |
| tree | c19adf132087edcdc1e721446d4975f37899239e /test/Makefile.am | |
| parent | eb896e11aacab5f53e3915a8d19ffffd92ce8e10 (diff) | |
Test implementation of grail api
This patch introduces the grail API, and a program to test it (evlink).
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c8404f8..a24f615 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | noinst_PROGRAMS = touch grail | 1 | noinst_PROGRAMS = touch grail evlink |
| 2 | 2 | ||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | 3 | INCLUDES=-I$(top_srcdir)/include/ |
| 4 | 4 | ||
| @@ -7,3 +7,6 @@ touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev | |||
| 7 | 7 | ||
| 8 | grail_SOURCES = grail.c | 8 | grail_SOURCES = grail.c |
| 9 | grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev | 9 | grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev |
| 10 | |||
| 11 | evlink_SOURCES = evlink.c | ||
| 12 | evlink_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev | ||
