aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/test/ei_print_SUITE_data
AgeCommit message (Collapse)Author
2019-03-07Better erl_interface deprecation warning implementationRickard Green
2019-02-25Document deprecations and removalsRickard Green
2019-02-05Introduce ei_init()Rickard Green
You previously had to initialize ei via erl_init() which implied that you were forced to link against the erl_interface even when not using it (besides initializing ei).
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-05-20Handle space in paths in test MakefilesDan Gudmundsson
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-20erl_interface: Fix some warnings in test codeSverker Eriksson
by adding missing #include's
2009-12-15Include the test suites for erl_interfaceBjörn-Egil Dahlberg