Skip to content

Commit 040f04f

Browse files
committed
build: move tests-wasm folder to tests/wasm
1 parent 098a54e commit 040f04f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ else(ADA_BENCHMARKS AND NOT EMSCRIPTEN)
5252
endif(ADA_BENCHMARKS AND NOT EMSCRIPTEN)
5353

5454
if (BUILD_TESTING AND EMSCRIPTEN)
55-
add_subdirectory(tests-wasm)
55+
add_subdirectory(tests/wasm)
5656
endif(BUILD_TESTING AND EMSCRIPTEN)
5757

5858
add_library(ada::ada ALIAS ada)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)