Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Apr 13, 2022
1 parent 388f1c1 commit f59d9b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'sov',
'c',
version: '0.9',
version: '0.5',
license: 'ISC',
default_options: ['c_std=c99']
)
Expand Down Expand Up @@ -105,9 +105,9 @@ executable(

install_data('config', install_dir : get_option('datadir') / 'sov')

test('tree_test', executable(
'test-tree',
executable(
'test_tree',
tst_sources,
include_directories: [sov_inc],
dependencies: sov_dependencies,
))
)
8 changes: 4 additions & 4 deletions tst/runtests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build/test-tree -c tst/config_a -w tst/workspace_a.json -t tst/tree_a.json -o tst/image_1.bmp
build/test-tree -c tst/config_b -w tst/workspace_a.json -t tst/tree_a.json -o tst/image_2.bmp
build/test-tree -c tst/config_a -w tst/workspace_b.json -t tst/tree_b.json -o tst/image_3.bmp
build/test-tree -c tst/config_b -w tst/workspace_b.json -t tst/tree_b.json -o tst/image_4.bmp
build/test_tree -c tst/config_a -w tst/workspace_a.json -t tst/tree_a.json -o tst/image_1.bmp
build/test_tree -c tst/config_b -w tst/workspace_a.json -t tst/tree_a.json -o tst/image_2.bmp
build/test_tree -c tst/config_a -w tst/workspace_b.json -t tst/tree_b.json -o tst/image_3.bmp
build/test_tree -c tst/config_b -w tst/workspace_b.json -t tst/tree_b.json -o tst/image_4.bmp
diff tst/image_1.bmp tst/original_1.bmp
diff tst/image_2.bmp tst/original_2.bmp
diff tst/image_3.bmp tst/original_3.bmp
Expand Down

0 comments on commit f59d9b4

Please sign in to comment.