mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
rename standalone.cpp to run_tests.cpp
This commit is contained in:
parent
3a1defa67b
commit
4068897b6b
2 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ set(TEST_SOURCES
|
|||
"${CMAKE_SOURCE_DIR}/src/buffer.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/util.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/os.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/test/standalone.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/test/run_tests.cpp"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue