OSDN Git Service

tests: Add a very small libkms test
[android-x86/external-libdrm.git] / tests / kmstest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)/libkms/ \
4         -I$(top_srcdir)
5
6 noinst_PROGRAMS = \
7         kmstest
8
9 kmstest_SOURCES = \
10         main.c
11
12 kmstest_LDADD = \
13         $(top_builddir)/libdrm.la \
14         $(top_builddir)/libkms/libkms.la
15
16 run: kmstest
17         ./kmstest