mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
disable "Timeout" test by default, some LaunchAPPL backends can't abort programs
This commit is contained in:
parent
e7f52c27e5
commit
6f47ae00aa
@ -58,7 +58,7 @@ test(Empty.c)
|
||||
|
||||
test(File.c PROPERTIES PASS_REGULAR_EXPRESSION "OK")
|
||||
|
||||
test(Timeout.c PROPERTIES PASS_REGULAR_EXPRESSION "One")
|
||||
test(Timeout.c PROPERTIES PASS_REGULAR_EXPRESSION "One" DISABLED TRUE)
|
||||
|
||||
test(Log.c PROPERTIES PASS_REGULAR_EXPRESSION "One\nTwo\nThree")
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2012 Wolfgang Thaller.
|
||||
# Copyright 2019 Wolfgang Thaller.
|
||||
#
|
||||
# This file is part of Retro68.
|
||||
#
|
||||
@ -15,7 +15,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Retro68. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
project(Retro)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
|
||||
|
@ -16,7 +16,7 @@ Installing/Building
|
||||
|
||||
- Linux, Mac OS X or Windows (via Cygwin)
|
||||
- boost
|
||||
- CMake 3.8 or later
|
||||
- CMake 3.9 or later
|
||||
- GCC dependencies: GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+
|
||||
- bison version 3.0.2 or later
|
||||
- Apple Universal Interfaces (version 3.x; version 3.4 is tested)
|
||||
|
Loading…
Reference in New Issue
Block a user