Mark tests as USES_TERMINAL

This allows the Ninja build to show the test output live.
This requires bumping the min required CMake version to 3.2 (from 3.1)
This commit is contained in:
ridiculousfish
2017-12-21 12:48:17 -08:00
parent 0c55b79cfc
commit f563262cfd
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
PROJECT(fish-shell CXX)
# We are C++11.