aetest(5) aetest(5) NNAAMMEE aetest - aegis test results file format DDEESSCCRRIIPPTTIIOONN The default configuration of the _t_e_s_t___c_o_m_m_a_n_d and _d_e_v_e_l_o_p_m_e_n_t___t_e_s_t___- _c_o_m_m_a_n_d commands of the project _c_o_n_f_i_g file (see _a_e_p_c_o_n_f(5) for more information) is for the test commands to test a single test file and a single architecture at a time. On some systems, this is not effi- cient. When configured to run multiple simultaneous tests, or multiple simul- taneous architectures, a file of the format described here is used to communicate the test results back to Aegis. CCOONNTTEENNTTSS Use a separate row for each unique filename and architecture combina- tion. test_result = [ { ... } ]; All the fields are mandatory. file_name = string; This is the name of the file being tested. Use the same filename as was given to the test command. exit_status = integer; This is the exit status returned by the test. architecture = string; This is the architecture which the test was run on. Defaults to the architecture of the current system if not set. (Try to avoid setting this field unless you have a very clever multi-architecture test system.) SSEEEE AALLSSOO _a_e_t(1) run tests _a_e_g_i_s(5) aegis file format syntax _a_e_p_c_o_n_f(5) Project configuration file format. CCOOPPYYRRIIGGHHTT aegis version 4.25.D611 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Peter Miller The aegis program comes with ABSOLUTELY NO WARRANTY; for details use the '_a_e_g_i_s _-_V_E_R_S_i_o_n _L_i_c_e_n_s_e' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the '_a_e_g_i_s _-_V_E_R_S_i_o_n _L_i_c_e_n_s_e' command. AAUUTTHHOORR Peter Miller E-Mail: pmiller@opensource.org.au /\/\* WWW: http://miller.emu.id.au/pmiller/ Reference Manual Aegis aetest(5)