Skip to content

Commit

Permalink
Fix missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry committed Dec 11, 2023
1 parent fc8fadf commit f42815c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Use of this source code is governed by a Zero-Clause BSD license that can
# be found in the tests/LICENSE file.

file(GLOB TESTS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*_test.toit" "*_test_slow.toit")
file(GLOB VISUALIZED RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*_visualized.toit" "*_visualized_slow.toit")
file(GLOB TESTS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*-test.toit" "*-test-slow.toit")
file(GLOB VISUALIZED RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*-visualized.toit" "*-visualized-slow.toit")

set(TOITRUN toit.run${CMAKE_EXECUTABLE_SUFFIX} CACHE FILEPATH "The executable used to run the tests")
set(TOITPKG toit.pkg${CMAKE_EXECUTABLE_SUFFIX} CACHE FILEPATH "The executable used to install the packages")
Expand Down
2 changes: 1 addition & 1 deletion tests/visualized.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#Usage:
# sh tests/visualized.sh toit.run tests/true_color_visualized.toit
# sh tests/visualized.sh toit.run tests/true-color-visualized.toit

set -e

Expand Down

0 comments on commit f42815c

Please sign in to comment.