opkg: refactory active_list_next remove unnecessary field.
[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 opkg_active_list_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 opkg_active_list_test_LDADD = $(top_builddir)/libopkg/active_list.o
15 opkg_active_list_test_SOURCES = opkg_active_list_test.c
16 opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
17
18 libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la
19 libopkg_test_SOURCE = libopkg_test.c
20
21