Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-29 | [make] Do not use the interactive tool 'c' from make | Siri Hansen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-12 | [tools/make] Add current directory to include path | Siri Hansen | |
This is to ensure that files are recompiled if a .hrl file in the current directory is changed. | |||
2017-03-03 | tools: Allow Emake options to be passed in explicitly | Anthony Jackson | |
This allows build scripts to use emake without needing to generate an Emakefile before running make:all/0,1 or make:file/1,2. | |||
2016-04-13 | Merge branch 'egil/tools/modernize-tests' | Björn-Egil Dahlberg | |
* egil/tools/modernize-tests: tools: Don't divide by zero in tests Fix instruments_SUITE sumblock check Eliminate use of doc and suite clauses Replace ?t with test_server Use test_server:is_debug/0 instead of custom check Replace use of test_server:format/2 with io:format/2 Eliminate use of ?config() macro Eliminate use of test_server:fail/0,1 Eliminate erlang:now/0 Modernize use of timetraps Remove ?line macros | |||
2016-04-07 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-04-07 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-07 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-04-07 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-06 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for tools | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update tools tests to conform with common_test standard | Lukas Larsson | |
2010-01-19 | Add test suite for the tools application | Björn Gustavsson | |