diff options
author | Lukas Larsson <[email protected]> | 2010-12-07 17:52:12 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:39:00 +0100 |
commit | 5fef403779c4894189abf6fd18e6c8e5d54064c5 (patch) | |
tree | d9d647a90cb7c95dcc7607d6cc2a8e58ffc8ea82 /lib/eunit/test/Makefile | |
parent | d8a27daee264991e14def9b2e40f10c8f6d8e4d3 (diff) | |
download | otp-5fef403779c4894189abf6fd18e6c8e5d54064c5.tar.gz otp-5fef403779c4894189abf6fd18e6c8e5d54064c5.tar.bz2 otp-5fef403779c4894189abf6fd18e6c8e5d54064c5.zip |
Update all test specs
Diffstat (limited to 'lib/eunit/test/Makefile')
-rw-r--r-- | lib/eunit/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/test/Makefile b/lib/eunit/test/Makefile index 74d485d1cc..a2d276f619 100644 --- a/lib/eunit/test/Makefile +++ b/lib/eunit/test/Makefile @@ -75,7 +75,7 @@ release_spec: opt release_tests_spec: make_emakefile $(INSTALL_DIR) $(RELSYSDIR) - $(INSTALL_DATA) eunit.dynspec $(EMAKEFILE) \ + $(INSTALL_DATA) eunit.spec $(EMAKEFILE) \ $(COVERFILE) $(ERL_FILES) \ $(RELSYSDIR) |