Skip to content
Snippets Groups Projects
Commit 10e51e52 authored by Gabor Greif's avatar Gabor Greif :speech_balloon:
Browse files

like the cg003

parent 84d32277
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,8 @@ test('T15723',
unless(have_dynamic(), skip),
], run_command, ['$MAKE -s --no-print-directory T15723'])
test('T15155',
[ only_ways(['optasm']),
], run_command, ['$MAKE -s --no-print-directory T15155'])
test('T15155', only_ways(['optasm']),
run_command, ['$MAKE -s --no-print-directory T15155'])
test('T15155l',
[ only_ways(llvm_ways),
], run_command, ['$MAKE -s --no-print-directory T15155l'])
test('T15155l', only_ways(llvm_ways),
run_command, ['$MAKE -s --no-print-directory T15155l'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment