install-test-scripts.patch 814 B

123456789101112131415161718192021222324252627282930313233343536
  1. diff -Nur old/Makefile.am new/Makefile.am
  2. --- old/Makefile.am 2010-05-23 20:47:19.000000000 +0800
  3. +++ new/Makefile.am 2010-07-13 15:22:47.000000000 +0800
  4. @@ -304,6 +304,31 @@
  5. dist_udev_SCRIPTS = scripts/bluetooth_serial
  6. endif
  7. +
  8. +test_scripts = test/apitest \
  9. + test/hsplay \
  10. + test/hsmicro \
  11. + test/list-devices \
  12. + test/monitor-bluetooth \
  13. + test/simple-agent \
  14. + test/simple-service \
  15. + test/test-adapter \
  16. + test/test-audio \
  17. + test/test-device \
  18. + test/test-discovery \
  19. + test/test-input \
  20. + test/test-manager \
  21. + test/test-network \
  22. + test/test-serial \
  23. + test/test-service \
  24. + test/test-telephony
  25. +
  26. +
  27. +if TEST
  28. +testdir = ${pkglibdir}/test
  29. +test_SCRIPTS = ${test_scripts}
  30. +endif
  31. +
  32. EXTRA_DIST += doc/manager-api.txt \
  33. doc/adapter-api.txt doc/device-api.txt \
  34. doc/service-api.txt doc/agent-api.txt \