Skip to content

Commit

Permalink
utl: fix path in utl_unit_test.tcl
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Jun 10, 2024
1 parent 0e9e082 commit 25b8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utl/test/utl_unit_test.tcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "helpers.tcl"

run_unit_test_and_exit [list "build" "src" "utl" "test" "CFileUtilsTest"]
run_unit_test_and_exit [list "build" "src" "utl" "test" "cpp" "TestCFileUtils"]

0 comments on commit 25b8853

Please sign in to comment.