Home | History | Annotate | Download | only in tests
      1 # This directory contains various host tests to be used with the emulator
      2 # NOTE: Most of these are only built and run on Linux.
      3 
      4 LOCAL_PATH := $(call my-dir)
      5 
      6 # The test-qemud-pipes program is used to check the execution of QEMUD Pipes
      7 # See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
      8 #
      9 ifeq ($(HOST_OS),XXXXlinux)
     10 
     11 include $(CLEAR_VARS)
     12 LOCAL_MODULE     := test-qemud-pipes
     13 LOCAL_SRC_FILES  := test-qemud-pipes.c
     14 LOCAL_MODULE_TAGS := debug
     15 include $(BUILD_HOST_EXECUTABLE)
     16 
     17 endif # HOST_OS == linux