Use optparse library
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ acpi: $(acpi_tests)
|
||||
input: $(input_tests)
|
||||
|
||||
%.out.log: %.t
|
||||
$(UMKA_SHELL) -i $*.t
|
||||
$(UMKA_SHELL) -i $*.t -o $@
|
||||
ifeq ($(HOST),linux)
|
||||
@ cmp $*.out.log $*.ref.log
|
||||
@ if [ -f "$*.ref.png" ]; then cmp $*.out.png $*.ref.png; fi
|
||||
|
||||
Reference in New Issue
Block a user