aboutsummaryrefslogblamecommitdiffstats
path: root/lib/dialyzer/test/remake
blob: 1b8af050ef13c8fa8acb18185d07b117f454ee20 (plain) (tree)
1
2
3
4
5




                                                                                                  
#!/bin/bash

erlc +warn_exported_vars +warn_unused_import +warn_untyped_record +warn_missing_spec generator.erl
erl -noshell -run generator suite "$1" -s erlang halt
rm generator.beam