0d8c5ce0441200e9f344cc7d5144696770d1c931
[oweals/opkg-lede.git] / tests / Makefile.am
1 AM_CFLAGS = $(ALL_CFLAGS) -I${top_srcdir}/libopkg
2
3 #noinst_PROGRAMS = opkg_hash_test opkg_extract_test
4 noinst_PROGRAMS = libopkg_test
5
6 #opkg_hash_test_LDADD = $(top_builddir)/libbb/libbb.la $(top_builddir)/libopkg/libopkg.la
7 #opkg_hash_test_SOURCES = opkg_hash_test.c
8 #opkg_hash_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
9
10 #opkg_extract_test_LDADD = $(top_builddir)/libbb/libbb.la $(top_builddir)/libopkg/libopkg.la
11 #opkg_extract_test_SOURCES = opkg_extract_test.c
12 #opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
13
14 libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la
15 libopkg_test_SOURCE = libopkg_test.c
16
17