#include "test_decode.h" #include "test_icache.h" int main(int argc, char **argv) { test_decode(); test_icache(); return 0; }