Commit graph

1 commit

Author SHA1 Message Date
Steven Elliott
eeb52c5f1c build: Add test-vanilla-compliance
The test-vanilla-compliance build target (also invoked by the "test"
build target) and script can be used to test the level WAD files for
vanilla compliance. Also, a subset of the errors found can be fixed by
the "fix" build target. To summarize:
  make test                     # Run all tests
  make test-vanilla-compliance  # Run test-vanilla-compliance
  make fix                      # Run all fixes
  make fix-vanilla-compliance   # Run test-vanilla-compliance -f
2022-10-01 18:50:34 -04:00