File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Fortran/UnitTests/finalization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ llvm-project # llvm-project/llvm source code
52
52
53
53
Flang is built in the ` build ` subdirectory.
54
54
The test-suite-build directory is created by the user
55
- and is initially empty until running CMake for the teset -suite.
55
+ and is initially empty until running CMake for the test -suite.
56
56
To configure, build and run the tests once llvm/flang has been built,
57
57
a command similar to the following can be used from within test-suite-build:
58
58
@@ -61,7 +61,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
61
61
-DCMAKE_Fortran_COMPILER:FILEPATH=/home/users/< you> /llvm-project/build/bin/flang-new \
62
62
-DTEST_SUITE_FORTRAN:BOOL=On \
63
63
-DTEST_SUITE_SUBDIRS=Fortran/UnitTests/finalization \
64
- ../test-suite
64
+ ../llvm- test-suite
65
65
make -j 4
66
66
../build/bin/llvm-lit Fortran/UnitTests/finalization
67
67
```
You can’t perform that action at this time.
0 commit comments