summaryrefslogtreecommitdiff
path: root/tests/kmstest/Makefile.am
blob: 100662e4600fc4b867387515ca974c0af59d1ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_CFLAGS = \
	$(WARN_CFLAGS)\
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)/libkms/ \
	-I$(top_srcdir)/tests/ \
	-I$(top_srcdir)

if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
	kmstest
else
noinst_PROGRAMS = \
	kmstest
endif

kmstest_SOURCES = \
	main.c

kmstest_LDADD = \
	$(top_builddir)/libdrm.la \
	$(top_builddir)/libkms/libkms.la \
	$(top_builddir)/tests/util/libutil.la

run: kmstest
	./kmstest