Renamed flags.py to basics.py
This commit is contained in:

committed by
Peter Scheibel

parent
bbac630aac
commit
3609f36e60
@@ -2,7 +2,7 @@
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
"""Test basic behavior of compilers in Spack"""
|
||||
import pytest
|
||||
|
||||
import sys
|
@@ -2,6 +2,7 @@
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
"""Test detection of compiler version"""
|
||||
import pytest
|
||||
|
||||
import spack.compilers.arm
|
||||
|
Reference in New Issue
Block a user