~ubuntu-branches/ubuntu/saucy/starpu-contrib/saucy

« back to all changes in this revision

Viewing changes to gcc-plugin/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2012-04-12 15:04:15 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120412150415-gzp107thb5wknugm
Tags: 1.0.1-1
* New upstream release.
* Explicitly use gcc-4.6 to fix plugin build (Closes: Bug#667381).
* Use gcc-4.5 for starpu, as nvcc does not actually support all 4.6
  features, notably not __float128.
* patches/relax-gcc-plugin: Relax gcc-4.6 dependency for plugins to upstream
  release version (Closes: #670422)
* watch: Fix URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  register-errors.c                             \
24
24
  acquire.c                                     \
25
25
  acquire-errors.c                              \
 
26
  release.c                                     \
 
27
  release-errors.c                              \
26
28
  unregister.c                                  \
27
29
  unregister-errors.c                           \
28
30
  task-errors.c                                 \
45
47
  base                                          \
46
48
  pointers                                      \
47
49
  register                                      \
 
50
  release                                       \
48
51
  scalar-tasks                                  \
49
52
  pointer-tasks                                 \
50
53
  lib-user                                      \
59
62
  $(gcc_tests)
60
63
 
61
64
# The test suite assumes that the CPU back-end is available.
62
 
if STARPU_USE_CPU
 
65
if RUN_GCC_PLUGIN_TESTS
63
66
 
64
67
TESTS = $(gcc_tests)
65
 
 
66
 
endif
67
 
 
68
68
TESTS_ENVIRONMENT = ./run-test
69
69
 
70
 
if !HAVE_GUILE
 
70
else !RUN_GCC_PLUGIN_TESTS
71
71
 
72
72
check-hook:
73
 
        -@echo "GNU Guile not available, test suite not run."
 
73
        -@echo "GNU Guile or CPU back-end not available, test suite not run."
74
74
 
75
 
endif !HAVE_GUILE
 
75
endif !RUN_GCC_PLUGIN_TESTS
76
76
 
77
77
showcheck:
78
78
        -cat $(TEST_LOGS) /dev/null