Renamed flags.py to basics.py

This commit is contained in:
Massimiliano Culpo 2020-06-10 10:41:21 +02:00 committed by Peter Scheibel
parent bbac630aac
commit 3609f36e60
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details. # Spack Project Developers. See the top-level COPYRIGHT file for details.
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
"""Test basic behavior of compilers in Spack"""
import pytest import pytest
import sys import sys

View File

@ -2,6 +2,7 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details. # Spack Project Developers. See the top-level COPYRIGHT file for details.
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
"""Test detection of compiler version"""
import pytest import pytest
import spack.compilers.arm import spack.compilers.arm