diff options
Diffstat (limited to 'tests/path-entry')
-rw-r--r-- | tests/path-entry/buildfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile index e6515ae..635246c 100644 --- a/tests/path-entry/buildfile +++ b/tests/path-entry/buildfile @@ -3,11 +3,6 @@ # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} - -if ($cxx.features.modules && ($force_std_modules == true || $cxx.id != 'msvc')) -{ - import libs += libstd-modules%liba{std-modules} - cxx.poptions += -D__cpp_lib_modules -} +libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs test{testscript} |