about summary refs log tree commit diff stats
path: root/subx/021translate.cc
Commit message (Expand)AuthorAgeFilesLines
* 4306 - architecture sketchKartik Agaram2018-07-021-4/+90
* 4300 - get set up to unit test translatorKartik Agaram2018-06-301-0/+3
* 4298 - framework for translating SubX programsKartik Agaram2018-06-301-5/+44
* 4291 - stop copying the ELF header into memoryKartik Agaram2018-06-301-3/+3
* 4290Kartik Agaram2018-06-301-2/+3
* 4289 - beginnings of a translator to ELFKartik Agaram2018-06-301-0/+96
/a> 10 11




                      
                                  
                                  
                          


                
#include <head-unit.h>
#include "testsuite.h"

int main(void)
{
    register_prof_history_tests();
    register_contact_list_tests();
    register_util_tests();
    run_suite();
    return 0;
}