summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/words/dph-words.T
blob: c89d01b08eea3071f2971bf7a3a18b43ae6f2bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

test    ('dph-words-opt' 
        , [ alone
          , skip_if_fast
          , reqlib('dph-par')
          , reqlib('dph-prim-par')
          , only_ways(['normal']) ] 
        , multimod_compile_and_run 
        , [ 'Main'
          , '-Odph -fdph-par -fno-liberate-case'])


test    ('dph-words-fast' 
        , [ reqlib('dph-par')
          , reqlib('dph-prim-par')
          , only_ways(['normal']) ] 
        , multimod_compile_and_run 
        , [ 'Main'
          , '-O -fno-enable-rewrite-rules -fdph-par'])