Deleted Added
sdiff udiff text old ( 11706:7339a92fffb5 ) new ( 11730:08ab68477ea0 )
full compact
1#! /usr/bin/env python
2# Copyright (c) 2005-2007 The Regents of The University of Michigan
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46 'NULL_MOESI_hammer,' \
47 'NULL_MESI_Two_Level,' \
48 'NULL_MOESI_CMP_directory,' \
49 'NULL_MOESI_CMP_token,' \
50 'POWER,' \
51 'SPARC,' \
52 'X86,X86_MESI_Two_Level,' \
53 'ARM,' \
54 'HSAIL_X86',
55 help="comma-separated build targets to test (default: '%default')")
56add_option('--modes',
57 default='se,fs',
58 help="comma-separated modes to test (default: '%default')")
59add_option('--test-variants', default='opt',
60 help="comma-separated build variants to test (default: '%default')"\
61 ", set to '' for none")

--- 111 unchanged lines hidden ---