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