diff options
author | Stavros Aronis <[email protected]> | 2011-12-09 11:54:10 +0100 |
---|---|---|
committer | Stavros Aronis <[email protected]> | 2012-02-22 13:04:27 +0100 |
commit | 7554fad452171ec3dc0873ffdd09a24f6531b347 (patch) | |
tree | b298669d172117915076acbadf47ee8da06d4333 /lib/dialyzer/test/Makefile | |
parent | 520ddbc83ec87bcec262680bd915184182e3998e (diff) | |
download | otp-7554fad452171ec3dc0873ffdd09a24f6531b347.tar.gz otp-7554fad452171ec3dc0873ffdd09a24f6531b347.tar.bz2 otp-7554fad452171ec3dc0873ffdd09a24f6531b347.zip |
Small fixes for Dialyzer's testsuites generation
Diffstat (limited to 'lib/dialyzer/test/Makefile')
-rw-r--r-- | lib/dialyzer/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/Makefile b/lib/dialyzer/test/Makefile index 47deb17f1d..6a1abce943 100644 --- a/lib/dialyzer/test/Makefile +++ b/lib/dialyzer/test/Makefile @@ -30,5 +30,5 @@ release_tests_spec: $(INSTALL_DATA) $(AUXILIARY_FILES) $(RELSYSDIR) @tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -) cd $(RELSYSDIR);\ - erl -make;\ + erlc dialyzer_common.erl file_utils.erl;\ erl -noshell -run dialyzer_common create_all_suites -s erlang halt |