Use optparse library

This commit is contained in:
2022-05-29 19:17:00 +04:00
parent a0d3499d57
commit cfc0102d28
11 changed files with 1061 additions and 895 deletions
+1 -1
View File
@@ -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