mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Add more tests for RGBASM coverage
This commit is contained in:
1
test/asm/cli/empty-s-feature.err
Normal file
1
test/asm/cli/empty-s-feature.err
Normal file
@@ -0,0 +1 @@
|
||||
FATAL: Empty feature for option '-s'
|
||||
1
test/asm/cli/empty-s-feature.flags
Normal file
1
test/asm/cli/empty-s-feature.flags
Normal file
@@ -0,0 +1 @@
|
||||
-s :-
|
||||
@@ -1 +1 @@
|
||||
--color yes
|
||||
--color=always --color=never --color=auto --color=yes
|
||||
|
||||
1
test/asm/cli/invalid-s-feature.err
Normal file
1
test/asm/cli/invalid-s-feature.err
Normal file
@@ -0,0 +1 @@
|
||||
FATAL: Invalid feature for option '-s': "invalid"
|
||||
1
test/asm/cli/invalid-s-feature.flags
Normal file
1
test/asm/cli/invalid-s-feature.flags
Normal file
@@ -0,0 +1 @@
|
||||
-s invalid:-
|
||||
Reference in New Issue
Block a user