OSDN Git Service

amdgpu: add ras tests
[android-x86/external-libdrm.git] / tests / amdgpu / Makefile.am
index 13b3dc8..4827884 100644 (file)
@@ -1,7 +1,9 @@
 AM_CFLAGS = \
+       -fvisibility=hidden \
        -I $(top_srcdir)/include/drm \
        -I $(top_srcdir)/amdgpu \
-       -I $(top_srcdir)
+       -I $(top_srcdir) \
+       -pthread
 
 LDADD = $(top_builddir)/libdrm.la \
        $(top_builddir)/amdgpu/libdrm_amdgpu.la \
@@ -28,4 +30,8 @@ amdgpu_test_SOURCES = \
        vce_ib.h \
        frame.h \
        uvd_enc_tests.c \
-       vcn_tests.c
+       vcn_tests.c \
+       uve_ib.h \
+       deadlock_tests.c \
+       vm_tests.c      \
+       ras_tests.c