PageRenderTime 40ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/test-input-name-1.in

#
Autoconf | 61 lines | 25 code | 15 blank | 21 comment | 2 complexity | b38028ca03b1a40852a051c1952ddf97 MD5 | raw file
Possible License(s): GPL-2.0
  1. #! @SHELL@
  2. #
  3. # Copyright (C) 2008, 2009 Francesco Salvestrini
  4. #
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License along
  16. # with this program; if not, write to the Free Software Foundation, Inc.,
  17. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  18. #
  19. # Test to ensure that parsing of the input configuration is working even
  20. # with an input file name different from the default one
  21. # Report from Francesco Salvestrini
  22. required=""
  23. . $testdir/defs || exit 1
  24. cat > ./alfa.ct <<EOF
  25. config ICST525
  26. bool
  27. config ARM_GIC
  28. bool
  29. config ICST307
  30. bool
  31. config SA1111
  32. bool
  33. select DMABOUNCE
  34. config DMABOUNCE
  35. bool
  36. config TIMER_ACORN
  37. bool
  38. config SHARP_LOCOMO
  39. bool
  40. config SHARP_PARAM
  41. bool
  42. config SHARP_SCOOP
  43. bool
  44. EOF
  45. $CHOICETOOL -i ./alfa.ct || exit 1
  46. exit 0