diff options
Diffstat (limited to 'tests/test_cases/deps/TARGETS')
-rw-r--r-- | tests/test_cases/deps/TARGETS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cases/deps/TARGETS b/tests/test_cases/deps/TARGETS index 7e4dd28..2ed2cf4 100644 --- a/tests/test_cases/deps/TARGETS +++ b/tests/test_cases/deps/TARGETS @@ -99,10 +99,11 @@ , "object": { "type": ["test_rules", "test_case"] , "name": ["deps_object"] - , "targets": ["+foo", "+bar", "+main", "+test_main", "+install_main"] + , "targets": ["+foo", "+bar", "+baz", "+main", "+test_main", "+install_main"] , "asserts": [ "[ -f ./foo/libfoo.so ]" , "[ -f ./bar/bar/bar.o ]" + , "[ -f ./baz/libbaz.so ]" , "[ -f ./install_main/lib/libfoo.so ]" , "[ ! -f ./install_main/lib/bar/bar.o ]" , "[ \"$(./install_main/bin/main)\" = 'Hello World and Galaxy' ]" |