~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to test/regress2

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-11-03 10:31:24 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061103103124-9dy65897wxq3g7ku
add powerpc.patch; fix FTBFS due to typo on PowerPC

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# More regression tests for libnuma/numa api
3
3
 
 
4
VALGRIND=${VALGRIND:-}
 
5
 
4
6
export LD_LIBRARY_PATH=`pwd`/..
5
7
 
6
8
T() {
7
9
       echo "$@" 
8
 
       if ! "$@" ;  then
 
10
       if ! $VALGRIND "$@" ;  then
9
11
          echo  $1 FAILED!!!!
10
12
          exit 1
11
13
       fi
14
16
 
15
17
# various tests
16
18
 
17
 
# failure is harmless because prefered is only a hint
 
19
# still broken
18
20
#T ./prefered
19
 
 
20
21
T ./distance
21
22
T ./nodemap
 
23
T ./checkaffinity
 
24
T ./checktopology
 
25
T ./tbitmap
22
26
#T ./randmap